public abstract class AbstractRepeatableAnnotationRegistrar extends Object implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar
Repeatable annotations.| Constructor and Description |
|---|
AbstractRepeatableAnnotationRegistrar(Class<? extends Annotation> repeatableAnnotation,
Class<? extends Annotation> repeatableAnnotationContainer)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
registerBeanDefinitions(org.springframework.core.type.AnnotationMetadata annotationMetadata,
org.springframework.beans.factory.support.BeanDefinitionRegistry registry) |
public AbstractRepeatableAnnotationRegistrar(Class<? extends Annotation> repeatableAnnotation, Class<? extends Annotation> repeatableAnnotationContainer)
repeatableAnnotation - Repeatable configuration annotation classrepeatableAnnotationContainer - Repeatable configuration annotation container classpublic void registerBeanDefinitions(org.springframework.core.type.AnnotationMetadata annotationMetadata,
org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
registerBeanDefinitions in interface org.springframework.context.annotation.ImportBeanDefinitionRegistrarCopyright © 2019 The Holon Platform. All rights reserved.