mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Remove deprecated @Autowired alias
This commit is contained in:
parent
ad5695c774
commit
e3009929a5
|
@ -64,12 +64,6 @@ struct Autowire(QualifierType = UseMemberType) {
|
||||||
QualifierType qualifier;
|
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.
|
* Autowires members of a given instance using dependencies registered in the given container.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue