Annotation Type Shorthand
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface Shorthand
Sets a short name to be used in the TypedFactory instead of the whole class name
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
-