public interface org.hibernate.annotations.Entity 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.hibernate.annotations.Entity
  super_class: java.lang.Object
{
  public abstract boolean mutable();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: true
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public abstract boolean dynamicInsert();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: false
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public abstract boolean dynamicUpdate();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: false
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public abstract boolean selectBeforeUpdate();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: false
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public abstract org.hibernate.annotations.PolymorphismType polymorphism();
    descriptor: ()Lorg/hibernate/annotations/PolymorphismType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: org.hibernate.annotations.PolymorphismType.IMPLICIT:Lorg/hibernate/annotations/PolymorphismType;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public abstract org.hibernate.annotations.OptimisticLockType optimisticLock();
    descriptor: ()Lorg/hibernate/annotations/OptimisticLockType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: org.hibernate.annotations.OptimisticLockType.VERSION:Lorg/hibernate/annotations/OptimisticLockType;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public abstract java.lang.String persister();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: ""
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
}
SourceFile: "Entity.java"
    RuntimeVisibleAnnotations: 
      java.lang.annotation.Target(value = {java.lang.annotation.ElementType.TYPE:Ljava/lang/annotation/ElementType;})
      java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;)
      java.lang.Deprecated()