org.jboss.resteasy.annotations
Annotation Type StringParameterUnmarshallerBinder
@Target(value=ANNOTATION_TYPE)
@Retention(value=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
value
public abstract java.lang.Class<? extends StringParameterUnmarshaller> value
Copyright © 2010. All Rights Reserved.