Annotation Type 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
      java.lang.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.
    • Element Detail

      • glideName

        java.lang.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"