Class SecurityAnnotations.PermitAllImpl
java.lang.Object
org.glassfish.jersey.internal.inject.AnnotationLiteral<javax.annotation.security.PermitAll>
org.glassfish.jersey.message.filtering.SecurityAnnotations.PermitAllImpl
- All Implemented Interfaces:
Annotation
- Enclosing class:
- SecurityAnnotations
private static class SecurityAnnotations.PermitAllImpl
extends AnnotationLiteral<javax.annotation.security.PermitAll>
implements javax.annotation.security.PermitAll
PermitAll 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
-
PermitAllImpl
private PermitAllImpl()
-