Class SecurityAnnotations.DenyAllImpl
java.lang.Object
org.glassfish.jersey.internal.inject.AnnotationLiteral<javax.annotation.security.DenyAll>
org.glassfish.jersey.message.filtering.SecurityAnnotations.DenyAllImpl
- All Implemented Interfaces:
Annotation
- Enclosing class:
SecurityAnnotations
private static final class SecurityAnnotations.DenyAllImpl
extends AnnotationLiteral<javax.annotation.security.DenyAll>
implements javax.annotation.security.DenyAll
DenyAll annotation implementation.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.glassfish.jersey.internal.inject.AnnotationLiteral
annotationType, equals, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.annotation.Annotation
toString
-
Constructor Details
-
DenyAllImpl
private DenyAllImpl()
-