Module colesico.framework.security
Package colesico.framework.security
Annotation Type RequirePrincipal
@Retention(RUNTIME)
@Target({METHOD,TYPE})
@Inherited
@Documented
public @interface RequirePrincipal
Annotate method to require valid principal
- Author:
- Vladlen Larionov