|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface ProtectedRequestContext
Defines a marker for implementations that run inside the public request context.
The marker is used to setup protection rules using AspectJ.
Optional Element Summary | |
---|---|
String |
value
Can be used to add an additional marker on annotated methods that may get evaluated when building the method reference documentation. |
public abstract String value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |