butterknife.internal.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of butterknife-annotations Show documentation
Show all versions of butterknife-annotations Show documentation
Field and method binding for Android views.
The newest version!
package butterknife.internal;
public class Constants {
private Constants() { }
public static final int NO_RES_ID = -1;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy