@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) @Documented @UseWith(value={BEAN,COMPONENT,MIXIN,PAGE}) public @interface Width
Modifier and Type | Required Element and Description |
---|---|
int |
value
The width used to display the field for the property (values less than one indicate unspecified).
|
public abstract int value
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.