Class ClassDataCollectors

java.lang.Object
aQute.bnd.osgi.ClassDataCollectors
All Implemented Interfaces:
Closeable, AutoCloseable

class ClassDataCollectors extends Object implements Closeable
This class dispatches class data collectors. Over time more and more code was looking for annotations and other stuff. In the early days, the parser tried to not do full parsing to minimize the cost but basically we are now parsing more than necessary because different places began parsing on their own.