Package io.bdeploy.common.cfg
Annotation Interface Configuration.ConfigurationNameMapping
- Enclosing class:
- Configuration
@Documented
@Retention(RUNTIME)
@Target(METHOD)
public static @interface Configuration.ConfigurationNameMapping
Maps the annotated method to another property name in the context.
This can be used to map an arbitrary Annotation Method to
another name, e.g. to access system properties with property names that are
not valid method names in Java.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String value
-