Package org.gradle.model
Annotation Type Unmanaged
-
@Retention(RUNTIME) @Target(METHOD) @Incubating public @interface Unmanaged
Indicates that a property of a managed model element is explicitly of an unmanaged type.This annotation must be present on the getter of the property for the unmanaged type. If the annotation is not present for a property that is not a managed type, a fatal error will occur.