Package org.dellroad.stuff.vaadin7
Annotation Type FieldBuilder.ProvidesField
-
@Retention(RUNTIME) @Target(METHOD) @Documented public static @interface FieldBuilder.ProvidesField
Specifies that the annotated method will return anAbstractFieldsuitable for editing the specified property.Annotated methods must take zero arguments and return a type compatible with
AbstractField.- See Also:
FieldBuilder
-
-
Element Detail
-
value
String value
The name of the property that the annotated method's return value edits.- Returns:
- property name
-
-