Uses of Class
org.microbean.bean.model.Model.DependencyResolution
Packages that use Model.DependencyResolution
Package
Description
Provides classes and interfaces related to modeling dependency resolutions.
-
Uses of Model.DependencyResolution in org.microbean.bean.model
Methods in org.microbean.bean.model that return types with arguments of type Model.DependencyResolutionModifier and TypeMethodDescriptionfinal Set<Model.DependencyResolution> Model.ambiguousDependencyResolutions()Returns a non-null, immutable, determinateSetof allModel.DependencyResolutions managed by thisModelthat are ambiguous.final Set<Model.DependencyResolution> Model.unsatisfiedDependencyResolutions()Returns a non-null, immutable, determinateSetof allModel.DependencyResolutions managed by thisModelthat are unsatisfied.