| Interface | Description |
|---|---|
| ReflectionAnnotation |
The common structure of all @Keep____ Reflection annotations.
|
| Enum | Description |
|---|---|
| NewInstanceStrategy |
| Annotation Type | Description |
|---|---|
| Fluent |
Use this annotation to specify whether a given method is fluent or not (returns this).
|
| KeepAnnotation |
Annotation used to tell reflection subsystem to hold onto annotation data.
|
| KeepArrays |
Instructs our reflection service to generator a provider for array types.
|
| KeepClass |
Annotation used to tell reflection subsystem to hold onto a classes reflection data.
|
| KeepConstructor |
Annotation used to tell reflection subsystem to hold onto field data.
|
| KeepField |
Annotation used to tell reflection subsystem to hold onto field data.
|
| KeepMethod |
Annotation used to tell reflection subsystem to hold onto method data.
|
| MirroredAnnotation |
Using this annotation on any other annotation will tell our
annotation processor to generate an annotation mirror class.
|
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.