Annotation Type LocalizedProperty.Container
- Enclosing class:
- LocalizedProperty
@Target({ANNOTATION_TYPE,FIELD})
@Retention(RUNTIME)
@Documented
public static @interface LocalizedProperty.Container
Container for repeated
@LocalizedProperty annotations.-
Required Element Summary
Required Elements
-
Element Details
-
value
LocalizedProperty[] valueReturns the@LocalizedPropertyannotations.- Returns:
- the
@LocalizedPropertyannotations
-