From e3009929a58cc8ce4fb62f09507d86acf29249e6 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sat, 21 Feb 2015 02:33:19 +0100 Subject: [PATCH] Remove deprecated @Autowired alias --- source/poodinis/autowire.d | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/poodinis/autowire.d b/source/poodinis/autowire.d index 5509d6d..027de2b 100644 --- a/source/poodinis/autowire.d +++ b/source/poodinis/autowire.d @@ -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. *