InjectionPointQualifier

The annotated annotation can be used to inject elements of the supported types.

If both supportedTypes and supportedProviderTypes are empty, all types are supported.

Since

5.3

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 supportedProviderTypes(): Array<Class<out Any>>
The types of org.gradle.api.provider.Providers supported for injection.
Link copied to clipboard
abstract fun supportedTypes(): Array<Class<out Any>>
The types which are supported for injection.
Link copied to clipboard
abstract fun toString(): String