@Retention(value=RUNTIME) @Target(value=TYPE) public @interface RamlSubResources
An annotation to help describe the sub-resources contained within a resource class.
As a single sub-resource path can be re-used for different methods, this annotation helps provide descriptive data for distinct paths.
| Modifier and Type | Required Element and Description |
|---|---|
RamlSubResource[] |
value |
public abstract RamlSubResource[] value
Copyright © 2020. All rights reserved.