@Documented @Retention(value=RUNTIME) @Target(value={TYPE_USE,TYPE_PARAMETER}) @SubtypeOf(value=UnknownClass.class) public @interface ClassVal
Class<T>
object where the set of possible values
of T is known at compile time. If only one argument is given, then the exact value of T is known.
If more than one argument is given, then the value of T is one of those classes.public abstract String[] value
FqBinaryName
): a primitive or binary name,
possibly followed by some number of array brackets.