Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
JavaEE 7 uses more and more inheritance scanning. This leads to findSubclasses and findImplementations in our AnnotationFinder but this is quite slow.
The algorithm could be improved but not that much without breaking the whole API but at least we can:
1) multithread it
2) make it asynchronous letting the server scan annotations first