com.sun.jersey.server.linking
Annotation Type Link.Extension


@Target(value=TYPE)
@Retention(value=RUNTIME)
public static @interface Link.Extension


Required Element Summary
 String name
          Specifies the name of the extension parameter
 String value
          Specifies the value of the extension parameter
 

Element Detail

name

public abstract String name
Specifies the name of the extension parameter


value

public abstract String value
Specifies the value of the extension parameter



Copyright © 2013 Oracle Corporation. All Rights Reserved.