Annotation Interface BeanOverride
Mark a composed annotation as eligible for Bean Override processing.
 
Specifying this annotation triggers the configured BeanOverrideProcessor
 which must be capable of handling the composed annotation and its attributes.
 
Since the composed annotation should only be applied to fields, it is
 expected that it has a Target of FIELD.
- Since:
- 6.2
- Author:
- Simon Baslé
- 
Required Element SummaryRequired ElementsModifier and TypeRequired ElementDescriptionClass<? extends BeanOverrideProcessor>TheBeanOverrideProcessorimplementation to use.
- 
Element Details- 
valueClass<? extends BeanOverrideProcessor> valueTheBeanOverrideProcessorimplementation to use.
 
-