| Annotation Type | Description |
|---|---|
| Bug |
Bug.java
Mark all code elements whose behaviour is not as intended.
|
| Problem |
Problem.java
Mark classes with this annotation in case a problem(s) was found during
a code review.
|
| Refactor |
Refactor.java
Mark class or method with this annotation if a part of the system
requires a refactoring due to an identified smell.
|
| UnderConstruction |
UnderConstruction.java
Annotations or classes marked with this annotation are not to be judged
by a code review.
|