@@ -7,21 +7,16 @@ |
||
7 | 7 | */ |
8 | 8 | namespace samsonframework\container\resolver; |
9 | 9 | |
10 | -use Doctrine\Common\Annotations\Annotation; |
|
11 | 10 | use Doctrine\Common\Annotations\AnnotationReader; |
12 | 11 | use Doctrine\Common\Annotations\CachedReader; |
13 | 12 | use Doctrine\Common\Cache\FilesystemCache; |
14 | 13 | use samsonframework\container\annotation\Alias; |
15 | 14 | use samsonframework\container\annotation\AutoWire; |
16 | -use samsonframework\container\annotation\Controller; |
|
17 | 15 | use samsonframework\container\annotation\Inject; |
18 | 16 | use samsonframework\container\annotation\MetadataInterface; |
19 | 17 | use samsonframework\container\annotation\MethodAnnotation; |
20 | -use samsonframework\container\annotation\Scope; |
|
21 | -use samsonframework\container\annotation\Service; |
|
22 | 18 | use samsonframework\container\metadata\ClassMetadata; |
23 | 19 | use samsonframework\container\metadata\MethodMetadata; |
24 | -use samsonframework\container\scope\ControllerScope; |
|
25 | 20 | |
26 | 21 | class AnnotationResolver extends Resolver |
27 | 22 | { |