public interface org.hibernate.validator.constraints.SafeHtml 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.validator.constraints.SafeHtml
  super_class: java.lang.Object
{
  public abstract java.lang.String message();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: "{org.hibernate.validator.constraints.SafeHtml.message}"

  public abstract java.lang.Class<?>[] groups();
    descriptor: ()[Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()[Ljava/lang/Class<*>;
    AnnotationDefault: {}

  public abstract java.lang.Class<? extends javax.validation.Payload>[] payload();
    descriptor: ()[Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()[Ljava/lang/Class<+Ljavax/validation/Payload;>;
    AnnotationDefault: {}

  public abstract org.hibernate.validator.constraints.SafeHtml$WhiteListType whitelistType();
    descriptor: ()Lorg/hibernate/validator/constraints/SafeHtml$WhiteListType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: org.hibernate.validator.constraints.SafeHtml$WhiteListType.RELAXED:Lorg/hibernate/validator/constraints/SafeHtml$WhiteListType;

  public abstract java.lang.String[] additionalTags();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: {}

  public abstract org.hibernate.validator.constraints.SafeHtml$Tag[] additionalTagsWithAttributes();
    descriptor: ()[Lorg/hibernate/validator/constraints/SafeHtml$Tag;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: {}

  public abstract java.lang.String baseURI();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: ""
}
SourceFile: "SafeHtml.java"
NestMembers:
  org.hibernate.validator.constraints.SafeHtml$Attribute  org.hibernate.validator.constraints.SafeHtml$List  org.hibernate.validator.constraints.SafeHtml$Tag  org.hibernate.validator.constraints.SafeHtml$WhiteListType
InnerClasses:
  public abstract Attribute = org.hibernate.validator.constraints.SafeHtml$Attribute of org.hibernate.validator.constraints.SafeHtml
  public abstract List = org.hibernate.validator.constraints.SafeHtml$List of org.hibernate.validator.constraints.SafeHtml
  public abstract Tag = org.hibernate.validator.constraints.SafeHtml$Tag of org.hibernate.validator.constraints.SafeHtml
  public final WhiteListType = org.hibernate.validator.constraints.SafeHtml$WhiteListType of org.hibernate.validator.constraints.SafeHtml
    RuntimeVisibleAnnotations: 
      java.lang.annotation.Documented()
      javax.validation.Constraint(validatedBy = {})
      java.lang.annotation.Target(value = {java.lang.annotation.ElementType.METHOD:Ljava/lang/annotation/ElementType;, java.lang.annotation.ElementType.FIELD:Ljava/lang/annotation/ElementType;, java.lang.annotation.ElementType.ANNOTATION_TYPE:Ljava/lang/annotation/ElementType;, java.lang.annotation.ElementType.CONSTRUCTOR:Ljava/lang/annotation/ElementType;, java.lang.annotation.ElementType.PARAMETER:Ljava/lang/annotation/ElementType;, java.lang.annotation.ElementType.TYPE_USE:Ljava/lang/annotation/ElementType;})
      java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;)
      java.lang.annotation.Repeatable(value = Lorg/hibernate/validator/constraints/SafeHtml$List;)