org.glassfish.jersey.linking
Annotation Type InjectLinks


@Target(value={TYPE,FIELD})
@Retention(value=RUNTIME)
@Beta
public @interface InjectLinks

Used to request the addition of a set of links, can be used for both link headers on a Class or injection into a List or Link[] property.

Author:
Mark Hadley, Gerard Davison (gerard.davison at oracle.com)

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

value

public abstract InjectLink[] value
Container for a set of LinkHeader annotations

Returns:
Default:
{}


Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.