AnnotationPattern |
A pattern structure for matching annotations.
|
CheckOptimizedOut |
Mark that an item must be optimized out of the residual program.
|
CheckRemoved |
Mark that an item must be fully removed from the residual program.
|
ClassNamePattern |
A pattern structure for matching names of classes and interfaces.
|
InstanceOfPattern |
A pattern structure for matching instances of classes and interfaces.
|
KeepBinding |
A binding of a keep item.
|
KeepCondition |
A condition for a keep edge.
|
KeepEdge |
|
KeepForApi |
Annotation to mark a class, field or method as part of a library API surface.
|
KeepTarget |
A target for a keep edge.
|
StringPattern |
A pattern structure for matching strings.
|
TypePattern |
A pattern structure for matching types.
|
UsedByNative |
Annotation to mark a class, field or method as being accessed from native code via JNI.
|
UsedByReflection |
Annotation to mark a class, field or method as being accessed reflectively.
|
UsesReflection |
Annotation to declare the reflective usages made by a class, method or field.
|