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