JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Required |
Optional
Detail:
Element
org.springframework.yarn.annotation
Annotation Type YarnParameters
@Target
(
value
=
PARAMETER
)
@Retention
(
value
=
RUNTIME
)
@Documented
public @interface
YarnParameters
Annotation which indicates that a method parameter should be bound to the parameters of a container. The annotated parameter must be assignable to
Map
with String keys and String values.
Author:
Janne Valkealahti
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Required |
Optional
Detail:
Element