...
| Code Block | ||
|---|---|---|
| ||
AnnotationReader.setBytecodeProvider(new BytecodeProviderImpl()); |
If no bytecode provider is registered then a default one that uses getResourceAsStream(), e.g. reads in the bytecode from disk, is used.
Refreshing the annotation reader
...
