Excludes

annotation class 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).

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
abstract fun value(): Array<Class<out Any>>