Annotation Type PostAuthorize


  • @Target({METHOD,TYPE})
    @Retention(RUNTIME)
    @Inherited
    @Documented
    public @interface PostAuthorize
    Annotation for specifying a method access-control expression which will be evaluated after a method has been invoked.
    Since:
    3.0
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value
        Returns:
        the Spring-EL expression to be evaluated after invoking the protected method