butterknife.compiler.MemberViewBinding Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of butterknife-compiler Show documentation
Show all versions of butterknife-compiler Show documentation
Field and method binding for Android views.
package butterknife.compiler;
/** A field or method view binding. */
interface MemberViewBinding {
/** A description of the binding in human readable form (e.g., "field 'foo'"). */
String getDescription();
}