public class CustomAnnotationBeanNameGenerator
extends org.springframework.context.annotation.AnnotationBeanNameGenerator
| Constructor and Description |
|---|
CustomAnnotationBeanNameGenerator(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType,
java.lang.String beanNameAttribute) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
determineBeanNameFromAnnotation(org.springframework.beans.factory.annotation.AnnotatedBeanDefinition annotatedDef) |
public CustomAnnotationBeanNameGenerator(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType,
java.lang.String beanNameAttribute)
protected java.lang.String determineBeanNameFromAnnotation(org.springframework.beans.factory.annotation.AnnotatedBeanDefinition annotatedDef)
determineBeanNameFromAnnotation in class org.springframework.context.annotation.AnnotationBeanNameGenerator