public interface AnnotationMappingConfigurationContext
| Modifier and Type | Method and Description |
|---|---|
AnnotationMappingConfigurationContext |
add(Class<?> annotatedType) |
AnnotationMappingConfigurationContext |
add(Set<Class<?>> annotatedTypes) |
AnnotationMappingConfigurationContext add(Class<?> annotatedType)
annotatedType - A type to scan for annotations.this, for method chaining.AnnotationMappingConfigurationContext add(Set<Class<?>> annotatedTypes)
annotatedTypes - A set of types to scan for annotations.this, for method chaining.Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.