-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
Although we're not able to detect unused beans to 100%, it should be helpful enough to consider a bean unused if it:
- is not a built-in bean, extension, interceptor, decorator
- has no direct dependents
- does not declare any observer or producer methods
- is not annotated with @Named