@Documented @Retention(value=RUNTIME) @Target(value={PARAMETER,ANNOTATION_TYPE}) @Bindable public @interface CookieValue
Modifier and Type | Optional Element and Description |
---|---|
String |
defaultValue |
String |
value |
@AliasFor(annotation=Bindable.class, member="value") public abstract String value
@AliasFor(annotation=Bindable.class, member="defaultValue") public abstract String defaultValue
Bindable.defaultValue()