Package com.bumptech.glide.annotation
Annotation Type GlideModule
-
@Target(TYPE) @Retention(CLASS) public @interface GlideModuleIdentifies AppGlideModules and LibraryGlideModules for Glide's annotation processor to merge at compile time.Replaces
<meta-data />tags in AndroidManifest.xml.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringglideNameReturns the name of the class that will be used as a replacement forcom.bumptech.glide.Glidein Applications that depend on Glide's generated code.
-