org.wicketstuff.rest.annotations.parameters
Annotation Type AnnotatedParam


@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface AnnotatedParam

This annotation indicates that the target annotation is meant for extracting the value of a method parameter from a specific source (like a request parameter, a cookie, etc...).

Author:
andrea del bene



Copyright © 2013–2014. All rights reserved.