Class OptionalDependencySelector

java.lang.Object
org.eclipse.aether.internal.impl.scope.OptionalDependencySelector
All Implemented Interfaces:
DependencySelector

public final class OptionalDependencySelector extends Object implements DependencySelector
A dependency selector that excludes optional dependencies which occur beyond given level.

Important note: equals/hashCode must factor in starting state, as instances of this class (potentially differentially configured) are used now in session, but are kept in a set.

See Also: