Annotation Interface Attribute
Annotates a controller method or method parameter for scope attribute binding. Should be used in
Controller
s and Filter
s.
Matched type is NOT converted. Any value created by this parameter is persisted to the scope declared. Default is ScopeType.REQUEST
.
Any value that does not already exist is created (via default constructor or matching annotated method in the same class).
- Author:
- Matthew Tropiano
- See Also:
-
Required Element Summary
-
Optional Element Summary