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