blob: 2962da1ac3658965191865ed300b11bd13d7e149 [file] [log] [blame]
// Signature format: 4.0
package androidx.resourceinspection.annotation {
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) @java.lang.annotation.Target(java.lang.annotation.ElementType.METHOD) public @interface Attribute {
method public abstract androidx.resourceinspection.annotation.Attribute.IntMap[] intMapping() default {};
method public abstract String value();
}
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) @java.lang.annotation.Target({}) public static @interface Attribute.IntMap {
method public abstract int mask() default 0;
method public abstract String name();
method public abstract int value();
}
}