Annotations
All Check annotations are defined in dasho-annotations.jar
, which is in the lib
directory in DashO Home.
By default, PreEmptive Protection™ DashO™ for Android & Java will remove any references to these annotations.
Regardless, the jar is not required at application run time and should not be distributed with your application.
Check Injection and Honor Annotations must be enabled for checks configured via code annotations to be injected. These settings can be configured using the Checks - Options page, or in your project file.
Checks and Responses may also be specified in the various pages in the Checks area of the DashO GUI. If you specify Checks and Responses through the DashO User Interface, you do not have to modify the application source code. Similarly, if you specify Checks and Responses with code annotations, these should not be duplicated (for the same methods) through configuration.
For information on these annotations see the related javadocs.