-
@Target({PACKAGE,TYPE}) @Retention(SOURCE) @Repeatable(RepeatableKeys.class) public @interface Keys
Annotation forGenerateConstantsFromProperties.// EXAMPLE ANNOTATION // she-wolf=Cinco lobitos tiene la loba @Keys("CincoLobitos.properties")// EXAMPLE CODE // "she-wolf" String key = CincoLobitos.SHE_WOLF;
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanisPublicGenerated code visibility.ProcessingprocessingCommon processing instructions.String[]valueResource files.
-
-
-
Element Detail
-
value
String[] value
Resource files.- Returns:
- resources
- Default:
- {}
-
-
-
processing
Processing processing
Common processing instructions.- Returns:
- instruction annotation
- Default:
- @uk.autores.Processing(namer=uk.autores.naming.IdiomaticNamer.class)
-
-