public interface javax.servlet.annotation.HttpConstraint extends java.lang.annotation.Annotation
  minor version: 0
  major version: 59
  flags: flags: (0x2601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: javax.servlet.annotation.HttpConstraint
  super_class: java.lang.Object
{
  public abstract javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic value();
    descriptor: ()Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic.PERMIT:Ljavax/servlet/annotation/ServletSecurity$EmptyRoleSemantic;

  public abstract javax.servlet.annotation.ServletSecurity$TransportGuarantee transportGuarantee();
    descriptor: ()Ljavax/servlet/annotation/ServletSecurity$TransportGuarantee;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: javax.servlet.annotation.ServletSecurity$TransportGuarantee.NONE:Ljavax/servlet/annotation/ServletSecurity$TransportGuarantee;

  public abstract java.lang.String[] rolesAllowed();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: {}
}
SourceFile: "HttpConstraint.java"
InnerClasses:
  public final EmptyRoleSemantic = javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic of javax.servlet.annotation.ServletSecurity
  public final TransportGuarantee = javax.servlet.annotation.ServletSecurity$TransportGuarantee of javax.servlet.annotation.ServletSecurity
    RuntimeVisibleAnnotations: 
      java.lang.annotation.Documented()
      java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;)