Package dagger.model

Interface BindingGraph.ComponentNode

    • Method Detail

      • isSubcomponent

        boolean isSubcomponent()
        Returns true if the component is a @Subcomponent or @ProductionSubcomponent.
      • isRealComponent

        boolean isRealComponent()
        Returns true if the component is a real component, or false if it is a fictional component based on a module.
      • entryPoints

        com.google.common.collect.ImmutableSet<DependencyRequest> entryPoints()
        The entry points on this component.
      • scopes

        com.google.common.collect.ImmutableSet<Scope> scopes()
        The scopes declared on this component.