@Target(value=PARAMETER) @Retention(value=RUNTIME) public @interface JwtParam
Jwt token into the current resource handler method.
The injected value will be non-null if ASAP authorization is required for the resource or resource method, and null
otherwise.Copyright © 2017 Atlassian. All rights reserved.