Annotation Type ConfigTypes
-
@Retention(RUNTIME) public @interface ConfigTypes
Repeatablecontainer annotation forConfigType. This annotation is used either implicitly or explicitly to specify multipleConfigTypeannotations on a singleAnnotatedElement.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description ConfigType[]valueReturn an array of nestedConfigTypeannotations.
-
-
-
Element Detail
-
value
ConfigType[] value
Return an array of nestedConfigTypeannotations.- Returns:
- the array of config mappings
- Default:
- {}
-
-