Annotation Type RequirePrincipal


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    @Inherited
    @Documented
    public @interface RequirePrincipal
    Annotate method to require valid principal
    Author:
    Vladlen Larionov