On Aug 7, 2014, at 10:16 PM, Romain Manni-Bucau <[email protected]> wrote:
>> Specifically, what JAX-RS functionality would we lose not using >> findImplementations? Last performance measurements I did, it doubled our >> scan time and wasn't required to pass the TCK. >> >> > > Sorry was Servlet (too late answer ;)). @HandleTypes basically. We > have to support it by default and scanning it lazily just was making > us ridiculous. No worries on TooSleepyException :) From a Java EE API specification perspective, we haven't created any APIs (outside CDI) that use anything other than 1) annotation discovery or 2) xml or 3) programatic registration for component discovery. So even saying "@HandleTypes" isn't really clear. Can you elaborate? -David
