public interface jakarta.servlet.annotation.HttpMethodConstraint extends java.lang.annotation.Annotation
minor version: 0
major version: 59
flags: flags: (0x2601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
this_class: jakarta.servlet.annotation.HttpMethodConstraint
super_class: java.lang.Object
{
public abstract java.lang.String value();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract jakarta.servlet.annotation.ServletSecurity$EmptyRoleSemantic emptyRoleSemantic();
descriptor: ()Ljakarta/servlet/annotation/ServletSecurity$EmptyRoleSemantic;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
AnnotationDefault: jakarta.servlet.annotation.ServletSecurity$EmptyRoleSemantic.PERMIT:Ljakarta/servlet/annotation/ServletSecurity$EmptyRoleSemantic;
public abstract jakarta.servlet.annotation.ServletSecurity$TransportGuarantee transportGuarantee();
descriptor: ()Ljakarta/servlet/annotation/ServletSecurity$TransportGuarantee;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
AnnotationDefault: jakarta.servlet.annotation.ServletSecurity$TransportGuarantee.NONE:Ljakarta/servlet/annotation/ServletSecurity$TransportGuarantee;
public abstract java.lang.String[] rolesAllowed();
descriptor: ()[Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
AnnotationDefault: {}
}
SourceFile: "HttpMethodConstraint.java"
InnerClasses:
public final EmptyRoleSemantic = jakarta.servlet.annotation.ServletSecurity$EmptyRoleSemantic of jakarta.servlet.annotation.ServletSecurity
public final TransportGuarantee = jakarta.servlet.annotation.ServletSecurity$TransportGuarantee of jakarta.servlet.annotation.ServletSecurity
RuntimeVisibleAnnotations:
java.lang.annotation.Documented()
java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;)