com.sun.jersey.server.linking
Annotation Type Links


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Links

Used to request the addition of a set of Link headers in the returned HTTP headers.


Optional Element Summary
 Link[] value
          Container for a set of Link annotations
 

value

public abstract Link[] value
Container for a set of Link annotations

Returns:
Default:
{}


Copyright © 2013 Oracle Corporation. All Rights Reserved.