Interface ModuleOrdering

All Superinterfaces:
InjectExtension

public interface ModuleOrdering extends InjectExtension
Determines Multi-Module wiring order.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(AvajeModule module)
    Accept a module for ordering
    The list of factories in the order they should be built.
    boolean
    Whether no modules are available
    Order the factories, returning the ordered list of module names.
    default boolean
    Return true if ordering supports the modules passed in.