api / org.gradle.api / NonExtensible

NonExtensible

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

Indicates that the type, when DSL enhanced, does not support extensibility.

This means that it will not be enhanced with org.gradle.api.plugins.ExtensionAware.

Constructors

<init>

NonExtensible()

Indicates that the type, when DSL enhanced, does not support extensibility.

This means that it will not be enhanced with org.gradle.api.plugins.ExtensionAware.