Interface AnnotationMappingConfigurationContext
-
public interface AnnotationMappingConfigurationContextA context to configure annotation mapping.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationMappingConfigurationContextadd(Class<?> annotatedType)AnnotationMappingConfigurationContextadd(Set<Class<?>> annotatedTypes)
-
-
-
Method Detail
-
add
AnnotationMappingConfigurationContext add(Class<?> annotatedType)
- Parameters:
annotatedType- A type to scan for annotations.- Returns:
this, for method chaining.
-
add
AnnotationMappingConfigurationContext add(Set<Class<?>> annotatedTypes)
- Parameters:
annotatedTypes- A set of types to scan for annotations.- Returns:
this, for method chaining.
-
-