Class Reluctant.Literal

  • All Implemented Interfaces:
    java.lang.annotation.Annotation
    Enclosing class:
    Reluctant

    public static final class Reluctant.Literal
    extends javax.enterprise.util.AnnotationLiteral<Reluctant>
    implements Reluctant
    Support inline instantiation of the Reluctant annotation.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Reluctant INSTANCE
      Default instance
    • Constructor Summary

      Constructors 
      Constructor Description
      Literal()  
    • Method Summary

      • Methods inherited from class javax.enterprise.util.AnnotationLiteral

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

        annotationType, equals, hashCode, toString
    • Field Detail

      • INSTANCE

        public static final Reluctant INSTANCE
        Default instance
    • Constructor Detail

      • Literal

        public Literal()