Extends

annotation class Extends(source)

This annotation is used on DependencyGraph creators to indicate that the annotated parameter is a parent graph that this graph extends.

The target graph must be extendable, which is denoted by the DependencyGraph.isExtendable value.