Annotation Interface Attribute
Annotates a controller method or method parameter for scope attribute binding. Should be used in
Controllers and Filters.
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
Required Elements -
Optional Element Summary
Optional Elements