Annotation Type AccessTokenMandatory


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Documented
    public @interface AccessTokenMandatory
    Annotation that may be use to limit access to service. An header access token must be send, it can be reuse after that.
    Author:
    npiedeloup