Romain Manni-Bucau created XBEAN-253: ----------------------------------------
Summary: Create a multithreaded annotation finder for inheritance Key: XBEAN-253 URL: https://issues.apache.org/jira/browse/XBEAN-253 Project: XBean Issue Type: Bug Reporter: Romain Manni-Bucau Assignee: Romain Manni-Bucau Fix For: 3.15 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 -- This message was sent by Atlassian JIRA (v6.1#6144)