Annotation Type Excludes


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface Excludes
    Specifies a set of GlideModule and/or LibraryGlideModule classes that should be excluded from an application.

    Used only on AppGlideModules. Adding this annotation to other classes will have no affect.

    Cannot be used to exclude AppGlideModules (there must be at most one per Application anyway).

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<?>[] value  
    • Element Detail

      • value

        java.lang.Class<?>[] value