Annotation Interface GlideModule


@Target(TYPE) @Retention(CLASS) public @interface GlideModule
Identifies 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
    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.
  • Element Details

    • glideName

      String glideName
      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.
      Default:
      "GlideApp"