Annotation Interface AnnotatedParam


@Retention(RUNTIME) @Target(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