Annotation Interface 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
    Class<?>[]
     
  • Element Details

    • value

      Class<?>[] value