Package org.apache.abdera.i18n.templates
Annotation Type URIRoute
-
@Retention(RUNTIME) @Target(TYPE) public @interface URIRoute
The URITemplate annotation can be used to associate a URI Template with a particular Java class. Instances of that class can then be expanded using the associated URI Template. The public fields and getter methods on the class will be automatically mapped to URI Template variable names. Alternative varnames can be specified for each field/getter using the VarName annotation
-
-
Element Detail
-
value
String value
-
-