@Documented @Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface MarkerBinding
Whenever an annotation meta-annotated with MarkerBinding
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 |
|---|---|
MarkerBinderRef |
binder |
public abstract MarkerBinderRef binder
MarkerBinderRefCopyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.