@@ -7,14 +7,12 @@ |
||
7 | 7 | */ |
8 | 8 | namespace samsonframework\container\definition; |
9 | 9 | |
10 | -use samsonframework\container\definition\reference\ReferenceInterface; |
|
11 | 10 | use samsonframework\container\definition\scope\AbstractScope; |
12 | 11 | use samsonframework\container\exception\MethodDefinitionAlreadyExistsException; |
13 | 12 | use samsonframework\container\exception\PropertyDefinitionAlreadyExistsException; |
14 | 13 | use samsonframework\container\exception\ScopeAlreadyExistsException; |
15 | 14 | use samsonframework\container\exception\ScopeNotFoundException; |
16 | 15 | use samsonframework\container\metadata\ClassMetadata; |
17 | -use samsonframework\container\metadata\MethodMetadata; |
|
18 | 16 | |
19 | 17 | /** |
20 | 18 | * Class ClassDefinition |