|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Component public @interface FeatureConfiguration
TODO SPR-7420: document
Configuration
Optional Element Summary | |
---|---|
String |
value
Explicitly specify the name of the Spring bean definition associated with this FeatureConfiguration class. |
public abstract String value
The custom name applies only if the FeatureConfiguration class is picked up via
component scanning or supplied directly to a AnnotationConfigApplicationContext
.
If the FeatureConfiguration class is registered as a traditional XML bean definition,
the name/id of the bean element will take precedence.
DefaultBeanNameGenerator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |