@Retention(value=SOURCE)
@Target(value=TYPE)
public @interface ReviewOk
ReviewOk.java
Class or a method can be marked by this annotation if it fulfills all
of those predicates:
1. is thorougly tested by a unit test
2. was judged by a code review
3. was tested against a server