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