org.jboss.resteasy.links
Annotation Type LinkResources


@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.

Author:
Stéphane Épardaud

Required Element Summary
 LinkResource[] value
          The list of LinkResource that apply on this method
 

Element Detail

value

public abstract LinkResource[] value
The list of LinkResource that apply on this method



Copyright © 2010. All Rights Reserved.