@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.)
public abstract String value
Copyright © 2015. All rights reserved.