@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface LinkResources
LinkResource
on a single method. This is useful if you want to add
the link for various entity types.Modifier and Type | Required Element and Description |
---|---|
LinkResource[] |
value
The list of
LinkResource that apply on this method |
public abstract LinkResource[] value
LinkResource
that apply on this methodCopyright © 2015 JBoss by Red Hat. All rights reserved.