public class RuntimeAnnotatedClassDetector
extends java.lang.Object
Used by RuntimeAnnotatedClassCollector.
In legacy multidex, by default all classes annotated with a runtime-retention annotation are kept in the main dex, to avoid issues with reflection.
See Issue 78144.
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasRuntimeAnnotations(byte[] classDef)
Detects if a given class has runtime visible annotations.
|