-
@Target({PACKAGE,TYPE}) @Retention(SOURCE) public @interface RepeatableKeys
AllowsKeysto be used multiple times on a package or class. API consumers do not need to reference this type - it is only used by the compiler and annotation processor.- See Also:
Repeatable
-
-
Element Detail
-
value
Keys[] value
Repeating elements.- Returns:
- the individual resource annotations
-
-