Interface DependencySource

All Superinterfaces:
Iterable<Dependency>

public interface DependencySource extends Iterable<Dependency>
Defines a mechanism for supplying extra or ephemeral dependencies that cannot or should not be registered as a permanent dependency.

This source is to be queried by DependencyProvider.testDependencies() and any dependencies returned by this source will be tested at that time.