@Retention(value=SOURCE)
@Target(value=TYPE)
public @interface ExcusesForDesignViolations
Please avoid using it for everything that can be fixed trivially, and delaying fixes to future diffs without a good reason.
To use it list one of the type of issue you want to ignore, and supply and extra string explaining why this is okay for this case.
{@codepublic abstract Excuse[] value