As a result, FastAnnotatedTypeLoader.checkTypeModifiers is always false and ClassFileInfo is never used to filter inner classes.
We should also add some javadoc and clarify that it's actually just a workaround for
JANDEX-37
(ClassFileInfo SPI is not intended to depend on a concrete bytecode scanning library).
Note that it wasn't used before.
|