Annotation Type ShortNames
-
@Target(TYPE) @Retention(RUNTIME) public @interface ShortNames
Specifies which are the short names associated by which instances of the annotated `CustomResource` can be referred to.
-
-
Element Detail
-
value
String[] value
The array of possible short names- Returns:
- possible short names
- Default:
- {}
-
-