...
Once installed the plugin allow to add the backport175 nature to your project. Select your project, right click on it and turn on the nature.
TODO image
When you will build, the annotation will be compiled into the compiled class file just a the Java 5 compiler would do with Java 5 annoations.
...
Errors location are marked with an error marker.
Successfully compiled are marked with an @ icon.
Ignored annotation (f.e. regular JavaDoc) are not marked at all.
TODO image
Disabling
Simply remove the backport175 nature from your project.
...
