Skip navigation links
C E G O 

C

com.bumptech.glide.annotation - package com.bumptech.glide.annotation
 

E

Excludes - Annotation Type in com.bumptech.glide.annotation
Specifies a set of GlideModule and/or LibraryGlideModule classes that should be excluded from an application.

G

GlideExtension - Annotation Type in com.bumptech.glide.annotation
Indicate a class that extends Glide's public API.
GlideModule - Annotation Type in com.bumptech.glide.annotation
Identifies AppGlideModules and LibraryGlideModules for Glide's annotation processor to merge at compile time.
GlideOption - Annotation Type in com.bumptech.glide.annotation
Identifies methods in GlideExtension annotated classes that extend com.bumptech.glide.request.RequestOptions.
GlideType - Annotation Type in com.bumptech.glide.annotation
Identifies methods in GlideExtension annotated classes that extend com.bumptech.glide.RequestManager.

O

OVERRIDE_EXTEND - Static variable in annotation type com.bumptech.glide.annotation.GlideOption
Expects to call super and then add additional functionality to an overridden method.
OVERRIDE_NONE - Static variable in annotation type com.bumptech.glide.annotation.GlideOption
Does not intend to override a method in a super class.
OVERRIDE_REPLACE - Static variable in annotation type com.bumptech.glide.annotation.GlideOption
Expects to not call super and replace an overridden method.
C E G O 
Skip navigation links