Interface ContainerBuilder.Command

Enclosing class:
ContainerBuilder

public static interface ContainerBuilder.Command
Implemented by classes which participate in building a container.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Contributes factories to the given builder.
  • Method Details

    • build

      void build(ContainerBuilder builder)
      Contributes factories to the given builder.
      Parameters:
      builder - the container builder