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