Class AndDependencySelector

  • All Implemented Interfaces:
    DependencySelector

    public final class AndDependencySelector
    extends Object
    implements DependencySelector
    A dependency selector that combines zero or more other selectors using a logical AND. The resulting selector selects a given dependency if and only if all constituent selectors do so.