com.trendmicro.grid.acl
Annotation Type PublicRequestContext


@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface PublicRequestContext

Defines a marker for implementations that run inside the public request context.

The marker is used to setup protection rules using AspectJ.

Version:
1.0
Author:
Juergen_Kellerer, 2010-12-03

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.
 

value

public abstract String value
Can be used to add an additional marker on annotated methods that may get evaluated when building the method reference documentation.

Returns:
an optional marker that aligns with the context declaration.
Default:
""