public static final class Typed.Literal extends AnnotationLiteral<Typed> implements Typed
Typed
annotation.Typed.Literal
Modifier and Type | Field and Description |
---|---|
static Typed.Literal |
INSTANCE |
private static long |
serialVersionUID |
private java.lang.Class<?>[] |
value |
Modifier | Constructor and Description |
---|---|
private |
Literal(java.lang.Class<?>[] value) |
Modifier and Type | Method and Description |
---|---|
static Typed.Literal |
of(java.lang.Class<?>[] value) |
java.lang.Class<?>[] |
value() |
annotationType, equals, hashCode, toString
public static final Typed.Literal INSTANCE
private static final long serialVersionUID
private final java.lang.Class<?>[] value
public static Typed.Literal of(java.lang.Class<?>[] value)
public java.lang.Class<?>[] value()