Package aQute.bnd.osgi
Class ClassDataCollectors
java.lang.Object
aQute.bnd.osgi.ClassDataCollectors
- All Implemented Interfaces:
Closeable
,AutoCloseable
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.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final List<ClassDataCollector>
(package private) final Reporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
void
close()
(package private) void
(package private) void
with
(Clazz clazz, ClassDataCollector cd)