Deprecate @Autowired UDA in favor of using @Autowire

Keeps your codebase consistent. Also this is not Spring.
This commit is contained in:
Mike Bierlee 2015-02-21 01:10:19 +01:00
parent 0d56a4e5c3
commit 50e754f429

View file

@ -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;
/**