public interface Constraint
extends org.picocontainer.Parameter
Parameter
that allows for
constraint-based configuration of component parameters.Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(org.picocontainer.ComponentAdapter adapter)
Evaluate whether the given component adapter matches this constraint.
|