이름 | 설명 |
---|---|
SpecificConstructorSelector | Constructor selector that selects the constructor matching the one passed to the constructor. |
StandardConstructorScorer | Scores constructors by either looking for the existence of an injection marker attribute, or by counting the number of parameters. |
StandardInjectionHeuristic | Determines whether members should be injected during activation by checking if they are decorated with an injection marker attribute. |