@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface YarnEnvironments
Annotation which indicates that a method parameter should be bound to the
environment variables of a container. The annotated parameter must be assignable to
Map
with String keys and String values.
- Author:
- Janne Valkealahti