Remove deprecated @Autowired alias

This commit is contained in:
Mike Bierlee 2015-02-21 02:33:19 +01:00
parent ad5695c774
commit e3009929a5

View file

@ -64,12 +64,6 @@ struct Autowire(QualifierType = UseMemberType) {
QualifierType qualifier;
};
/**
* Alias to "Autowire" UDA for those used to Spring's @Autowired annotation.
*/
deprecated("Please use the Autowire UDA instead.")
alias Autowired = Autowire;
/**
* Autowires members of a given instance using dependencies registered in the given container.
*