Class CustomAnnotationLiteral

  • All Implemented Interfaces:
    java.lang.annotation.Annotation

    public final class CustomAnnotationLiteral
    extends AnnotationLiteral<Custom>
    implements Custom
    Custom annotation literal.

    This class provides a constant instance of the @Custom annotation to be used in method calls that require use of annotation instances.

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Custom INSTANCE
      Custom annotation instance to use for injection bindings and related queries.
    • 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
    • Field Detail

      • INSTANCE

        public static final Custom INSTANCE
        Custom annotation instance to use for injection bindings and related queries.
    • Constructor Detail

      • CustomAnnotationLiteral

        private CustomAnnotationLiteral()