|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) @Inherited public @interface ContextAttribute
This annotation indicates a context attribute with a given name and lazy loading scheme.
| Required Element Summary | |
|---|---|
java.lang.String |
value
The name of the attribute stored at context scope. |
| Optional Element Summary | |
|---|---|
boolean |
lazyLoaded
Sets the lazy loading policy. |
| Element Detail |
|---|
public abstract java.lang.String value
public abstract boolean lazyLoaded
LazyMap
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||