Interface DependencySource
- All Superinterfaces:
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.
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator