@Documented @Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface PropertyBinding
Whenever an annotation meta-annotated with PropertyBinding
is found on a property in the domain model,
the corresponding binder will be applied to this property.
| Modifier and Type | Required Element and Description |
|---|---|
PropertyBinderRef |
binder |
public abstract PropertyBinderRef binder
PropertyBinderRefCopyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.