GlideModule

annotation class GlideModule

Identifies AppGlideModules and LibraryGlideModules for Glide's annotation processor to merge at compile time.

Replaces <meta-data /> tags in AndroidManifest.xml.

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun glideName(): String
Returns the name of the class that will be used as a replacement for com.bumptech.glide.Glide in Applications that depend on Glide's generated code.
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String