@Documented @Target(value={}) @Retention(value=RUNTIME) public @interface MarkerBinderRef
MarkerBinder.
References can use either a name, a type, or both.
| Modifier and Type | Optional Element and Description |
|---|---|
String |
name
Reference a marker binder by its bean name.
|
Class<? extends MarkerBinder> |
type
Reference a marker binder by its bean type.
|
public abstract String name
public abstract Class<? extends MarkerBinder> type
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.