Package com.damnhandy.uri.template
Annotation Type VarName
-
@Documented @Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface VarName
When this annotation is placed on a field or getter method, the annotation value will be used instead of the property name.- Since:
- 1.0
- Version:
- $Revision: 1.1 $
- Author:
- Ryan J. McDonough
-
-
Element Detail
-
value
String value
Returns the preferred name of the property.- Returns:
-
-