blob: 5be0bd5afe55d29d5abbb23e14798d4256801e06 [file] [log] [blame]
// Signature format: 4.0
package androidx.resourceinspection.annotation {
@RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) @java.lang.annotation.Target(java.lang.annotation.ElementType.TYPE) public @interface AppCompatShadowedAttributes {
}
@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();
}
}