Enum Summary |
AutowireType |
Autowire type:
* ByClass - matching the class type of value (default)
* ByName - matching the property name
* Constructor - matching the constructor args
* Auto - matching constructor or by type
* None - do not autowire |
FromContext |
Inject from controller context:
* name - controller context name
* aliases - aliases
* metadata - inject MetaData
* beaninfo - BeanInfo
* scope - ScopeKey
* id - identifier
* dynamic - method specific
* ... |
InjectOption |
Injection option - strict or optional / callback. |