APIActive

Glide Generated API

Deprecated annotation processor API for Glide v4 to extend image loading with custom options.

Open source page

Field note

What it does

The generated API in Glide v4 uses an annotation processor to generate classes like GlideApp, enabling applications and libraries to extend Glide's API with custom options. Deprecated as of 4.14.0.

Capabilities

Available capabilities

Tags

Tags

Ways to use it

Ways to use it

sdk

Java / com.github.bumptech.glide:annotations

Product features

Product features

Deprecation

Deprecated as of Glide 4.14.0.

Extension Support

Allows custom options via GlideExtension.

GlideApp Generation

Generates GlideApp class for fluent API.