Annotation Interface BeanProcessor
Annotation used to mark extensions for custom scanners, resolvers, or processors in the client's application.
These extensions can be used to perform specific tasks related to bean scanning, resolving, or processing.
In addition, we have some limitation on constructor some classes should have only default or one field.
for instance RestControllerBeanPostProcessor.
This limitation only for customization scanners, resolvers, or processors
- Since:
- 1.0
- Author:
- Blyzhnytsia Team