Interface DependenciesAccessor.DependenciesBuilder<T,B extends DependenciesAccessor.DependenciesBuilder<T,B>>

Type Parameters:
T - The generic type of the dependencies.
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
DependenciesAccessor<T>

public static interface DependenciesAccessor.DependenciesBuilder<T,B extends DependenciesAccessor.DependenciesBuilder<T,B>>
Provides a builder method for a dependencies property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDependencies(Dependency<T>[] aDependencies)
    Sets the dependencies for the dependencies property.
  • Method Details

    • withDependencies

      B withDependencies(Dependency<T>[] aDependencies)
      Sets the dependencies for the dependencies property.
      Parameters:
      aDependencies - The dependencies to be stored by the dependencies property.
      Returns:
      The builder for applying multiple build operations.