@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
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.