| Annotation Type | Description |
|---|---|
| AcraCore |
Main ACRA configuration
|
| AcraDialog |
CrashReportDialog configuration
|
| AcraHttpSender |
Http sender configuration
|
| AcraLimiter |
Limiter configuration
|
| AcraMailSender | |
| AcraNotification | |
| AcraScheduler | |
| AcraToast | |
| AnyNonDefault |
Any of the annotation methods annotated with this has to be different from the default value for the configuration to be valid
|
| BuilderMethod | |
| Configuration |
The annotation annotated with this will be used as basis for Configurations and their Builders
|
| ConfigurationValue | |
| Instantiatable |
All classes in annotation methods with this have to have a public, no-args constructor for the configuration to be valid
|
| NonEmpty |
This array must not be empty for the configuration to be valid
|
| PreBuild |
This method should run before the configuration is built
|
| Transform |
This method transforms the content of a field before it is added to the configuration
|