Annotation Interface RequireParameter
@Documented
@Retention(RUNTIME)
@Target({METHOD,TYPE})
@RequirementMeta(type=STORING)
public @interface RequireParameter
Annotation to specify required url parameters for methods or types.
This annotation can be applied to methods or types to indicate that
certain url parameter are required for processing the request.
- Since:
- 3.0.6-SNAPSHOT
-
Required Element Summary
Required Elements
-
Element Details
-
value
Specifies the required url parameter.- Returns:
- An array of strings representing the names of the required url parameter.
-