@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
@InterceptorAnnotation(value=LimitedTo.Processor.class)
public @interface LimitedTo
This annotation should be placed on methods that need to be secured (iow protected from anonymous users.)
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The name of role.
|
Copyright © 2013. All Rights Reserved.