mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Deprecate @Autowired UDA in favor of using @Autowire
Keeps your codebase consistent. Also this is not Spring.
This commit is contained in:
parent
0d56a4e5c3
commit
50e754f429
|
@ -65,6 +65,7 @@ struct Autowire(QualifierType = UseMemberType) {
|
|||
/**
|
||||
* Alias to "Autowire" UDA for those used to Spring's @Autowired annotation.
|
||||
*/
|
||||
deprecated("Please use the Autowire UDA instead.")
|
||||
alias Autowired = Autowire;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue