Non Extensible
@Documented
@Retention(value = RetentionPolicy.RUNTIME )
@Inherited
@Target(value = [ElementType.TYPE ] )
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.