org.glassfish.jersey.linking
Annotation Type InjectLink.Extension
@Target(value={TYPE,FIELD})
@Retention(value=RUNTIME)
public static @interface InjectLink.Extension
|
Required Element Summary |
String |
name
Specifies the name of the extension parameter |
String |
value
Specifies the value of the extension parameter |
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 © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.