Package org.soulwing.prospecto.jaxrs.api
Annotation Type TemplateResolver
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface TemplateResolver
An annotation that identifies aPathTemplateResolverto be used in resolving the path template for a resource method.- Author:
- Carl Harris
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends PathTemplateResolver>valueIdentifies thePathTemplateResolverto use for resolving the path template of the annotated method.
-
-
-
Element Detail
-
value
Class<? extends PathTemplateResolver> value
Identifies thePathTemplateResolverto use for resolving the path template of the annotated method.- Returns:
- resolver class
-
-