Package io.bdeploy.common.cfg
Annotation Interface Configuration.EnvironmentFallback
- Enclosing class:
- Configuration
@Documented
@Retention(RUNTIME)
@Target(METHOD)
public static @interface Configuration.EnvironmentFallback
-
Required Element Summary
Required Elements
-
Element Details
-
value
String value- Returns:
- the name of the environment variable to query in case the parameter is not explicitly set.
-