Annotation Interface AccessTokenConsume


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface AccessTokenConsume
Annotation that may be use to limit access to service. An header access token must be send, and it will be consume after use.
Author:
npiedeloup