Package org.jboss.resteasy.annotations
Annotation Type StringParameterUnmarshallerBinder
- 
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface StringParameterUnmarshallerBinder
Meta-annotation to be placed on another annotation that triggers a StringParameterUnmarshaller to be applied to a string based annotation injector i.e. @HeaderParam, @PathParam, @QueryParam- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 - See Also:
 StringParameterUnmarshaller
 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends StringParameterUnmarshaller>value 
 - 
 
- 
- 
Element Detail
- 
value
Class<? extends StringParameterUnmarshaller> value
 
 - 
 
 -