public interface org.mongodb.morphia.annotations.Collation extends java.lang.annotation.Annotation
  minor version: 0
  major version: 59
  flags: flags: (0x2601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: org.mongodb.morphia.annotations.Collation
  super_class: java.lang.Object
{
  public abstract boolean backwards();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: false

  public abstract boolean caseLevel();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: false

  public abstract java.lang.String locale();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean normalization();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: false

  public abstract boolean numericOrdering();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: false

  public abstract com.mongodb.client.model.CollationAlternate alternate();
    descriptor: ()Lcom/mongodb/client/model/CollationAlternate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: com.mongodb.client.model.CollationAlternate.NON_IGNORABLE:Lcom/mongodb/client/model/CollationAlternate;

  public abstract com.mongodb.client.model.CollationCaseFirst caseFirst();
    descriptor: ()Lcom/mongodb/client/model/CollationCaseFirst;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: com.mongodb.client.model.CollationCaseFirst.OFF:Lcom/mongodb/client/model/CollationCaseFirst;

  public abstract com.mongodb.client.model.CollationMaxVariable maxVariable();
    descriptor: ()Lcom/mongodb/client/model/CollationMaxVariable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: com.mongodb.client.model.CollationMaxVariable.PUNCT:Lcom/mongodb/client/model/CollationMaxVariable;

  public abstract com.mongodb.client.model.CollationStrength strength();
    descriptor: ()Lcom/mongodb/client/model/CollationStrength;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: com.mongodb.client.model.CollationStrength.TERTIARY:Lcom/mongodb/client/model/CollationStrength;
}
SourceFile: "Collation.java"