Package org.dellroad.stuff.vaadin8
Annotation Type FieldBuilder.ProvidesField
-
@Retention(RUNTIME) @Target(METHOD) @Documented public static @interface FieldBuilder.ProvidesField
Specifies that the annotated method will return aHasValuesuitable for editing the specified property.Annotated methods must take zero arguments and return a type compatible with
HasValue. To be included when used withFieldBuilder.buildAndBind()(taking no bean parameter), the annotated method must bestatic.- See Also:
FieldBuilder
-
-
Element Detail
-
value
String value
The name of the property that the annotated method's return value edits.- Returns:
- property name
-
-