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