public interface io.ebean.annotation.Identity extends java.lang.annotation.Annotation
  minor version: 0
  major version: 59
  flags: flags: (0x2601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: io.ebean.annotation.Identity
  super_class: java.lang.Object
{
  public abstract io.ebean.annotation.IdentityType type();
    descriptor: ()Lio/ebean/annotation/IdentityType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: io.ebean.annotation.IdentityType.AUTO:Lio/ebean/annotation/IdentityType;

  public abstract io.ebean.annotation.IdentityGenerated generated();
    descriptor: ()Lio/ebean/annotation/IdentityGenerated;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: io.ebean.annotation.IdentityGenerated.AUTO:Lio/ebean/annotation/IdentityGenerated;

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

  public abstract int start();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: 0

  public abstract int increment();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: 0

  public abstract int cache();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: 0
}
SourceFile: "Identity.java"
    RuntimeVisibleAnnotations: 
      java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;)
      java.lang.annotation.Target(value = {java.lang.annotation.ElementType.FIELD:Ljava/lang/annotation/ElementType;, java.lang.annotation.ElementType.TYPE:Ljava/lang/annotation/ElementType;})