@Retention(value=RUNTIME) @Target(value=TYPE) public @interface RamlUriParameters
An annotation used to describe the URI parameters associated with a resource class.
Note: URI parameters associated with sub-resources within a resource class are defined via the @RamlSubResource annotation.
RamlSubResource| Modifier and Type | Required Element and Description |
|---|---|
RamlParameter[] |
value |
public abstract RamlParameter[] value
Copyright © 2019. All rights reserved.