Package com.google.gag.annotation.team
Annotation Type Blame
-
@Documented @Retention(RUNTIME) @Visionary("zaniyah") public @interface Blame
Indicates that the annotated code is the fault of the specified individual. Can also optionally specify the reason for the blame. For example:@Blame( person = "Marvin", reason = "for checking in such lameness") public void doRandomThreadSleep() {