@Target(value=PARAMETER) @Retention(value=RUNTIME) @Documented public @interface YarnEnvironment
public abstract String value
public abstract boolean required
Default is true, leading to an exception if the environment variable is
missing. Switch this to false if you prefer a null in
case of the environment variable missing.