@Documented @Target(value={}) @Retention(value=RUNTIME) public @interface TypeMappingAnnotationProcessorRef
TypeMappingAnnotationProcessor.
References can use either a name, a type, or both.
| Modifier and Type | Optional Element and Description |
|---|---|
String |
name
Reference a
TypeMappingAnnotationProcessor by its bean name. |
Class<? extends TypeMappingAnnotationProcessor<?>> |
type
Reference a
TypeMappingAnnotationProcessor by its bean type. |
public abstract String name
TypeMappingAnnotationProcessor by its bean name.public abstract Class<? extends TypeMappingAnnotationProcessor<?>> type
TypeMappingAnnotationProcessor 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.