All Downloads are FREE. Search and download functionalities are using the official Maven repository.

butterknife.compiler.MemberViewBinding Maven / Gradle / Ivy

There is a newer version: 10.2.3
Show newest version
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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy