@Retention(value=RUNTIME) public @interface RamlDescribedBy
An annotation used to provide a describedBy definition for security schemes and traits.
RamlSecurityScheme,
RamlTrait| Modifier and Type | Optional Element and Description |
|---|---|
RamlParameter[] |
headers
The headers associated with the descriptor.
|
RamlParameter[] |
queryParameters
The query parameters associated with the descriptor.
|
RamlResponse[] |
responses
The responses associated with the descriptor
|
public abstract RamlParameter[] headers
The headers associated with the descriptor.
public abstract RamlParameter[] queryParameters
The query parameters associated with the descriptor.
public abstract RamlResponse[] responses
The responses associated with the descriptor
Copyright © 2018. All rights reserved.