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