Class SecurityAnnotations.DenyAllImpl

  • All Implemented Interfaces:
    java.lang.annotation.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 
      Modifier Constructor Description
      private DenyAllImpl()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
    • Constructor Detail

      • DenyAllImpl

        private DenyAllImpl()