@Retention(value=RUNTIME) @Target(value=METHOD) public @interface RamlSecuredBy
An annotation to flag what security schemes a resource method is protected by.
These security schemes are defined by the @RamlSecurityScheme annotation.
RamlSecuritySchemepublic abstract String[] value
Copyright © 2018. All rights reserved.