Packages

package config

Type Members

  1. final case class PlanningOptions(addGraphVizDump: Boolean = false, warnOnCircularDeps: Boolean = true, rewriteRules: RewriteRules = ResourceRewriter.RewriteRules()) extends Product with Serializable

    addGraphVizDump

    dump Plan to a graphviz file in ./target/ directory

    warnOnCircularDeps

    print a warning when a circular dependency is detected or a proxy is generated

    rewriteRules

    allow rewriting of AutoCloseable bindings to ResourceBindings by ResourceRewriter if disabled, AutoCloseables will NOT be deallocated

Ungrouped