Package org.gradle.api
Annotation Type NonExtensible
-
@Documented @Retention(RUNTIME) @Inherited @Target(TYPE) public @interface NonExtensible
Indicates that the type, when DSL enhanced, does not support extensibility.This means that it will not be enhanced with
ExtensionAware
.