|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface LinkResources
Allows you have a list of LinkResource on a single method. This is useful if you want to add
the link for various entity types.
| Required Element Summary | |
|---|---|
LinkResource[] |
value
The list of LinkResource that apply on this method |
| Element Detail |
|---|
public abstract LinkResource[] value
LinkResource that apply on this method
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||