Interface DependencyConstraintFactory


@NonExtensible @Incubating @ServiceScope(org.gradle.internal.service.scopes.Scope.Build.class) public interface DependencyConstraintFactory
Factory class for creating DependencyConstraint instances, with strong typing.

An instance of the factory can be injected into a task, plugin or other object by annotating a public constructor or property getter method with Inject.

Note: This interface is not intended for implementation by build script or plugin authors.

Since:
8.7