api / org.gradle.api.plugins / DeferredConfigurable

DeferredConfigurable

@Incubating @Inherited @Target([AnnotationTarget.CLASS, AnnotationTarget.FILE]) class DeferredConfigurable

Indicates that the annotated object is designed to be configured only once, and that changes to configuration inputs made after configuration should not be allowed.

Constructors

<init>

DeferredConfigurable()

Indicates that the annotated object is designed to be configured only once, and that changes to configuration inputs made after configuration should not be allowed.