Android SDK Version

@Retention(value = RetentionPolicy.SOURCE)@Target(allowedTargets = {AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.CLASS}) 
public @interface ExcusesForDesignViolations
Annotations to mark code files as having known design issues and avoid failing the design integration test on them
<p>Please avoid using it for everything that can be fixed trivially, and delaying fixes to future diffs without a good reason.
<p>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.
<pre>{@code
Field Summary
Modifier and TypeFieldDescription
private final Array<out Excuse>value