@Target(value={PARAMETER,FIELD}) @Retention(value=RUNTIME) public @interface Cookie
We can put this on a method parameter or a @Form bean property.
@Form
String
value
public abstract String value
Copyright © 2019. All rights reserved.