Class Typed.Literal

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

    public static final class Typed.Literal
    extends AnnotationLiteral<Typed>
    implements Typed
    Supports inline instantiation of the Typed annotation.
    Since:
    2.0
    See Also:
    Serialized Form
    • Method Detail

      • of

        public static Typed.Literal of​(java.lang.Class<?>[] value)
      • value

        public java.lang.Class<?>[] value()