@@ -21,7 +21,6 @@ |
||
21 | 21 | namespace AppserverIo\Routlt\Description; |
22 | 22 | |
23 | 23 | use AppserverIo\Lang\Reflection\ClassInterface; |
24 | -use AppserverIo\Lang\Reflection\ReflectionAnnotation; |
|
25 | 24 | use AppserverIo\Routlt\Annotations\Path; |
26 | 25 | use AppserverIo\Routlt\Description\DescriptorException; |
27 | 26 | use AppserverIo\Routlt\Description\ActionDescriptorInterface; |
@@ -20,9 +20,7 @@ |
||
20 | 20 | |
21 | 21 | namespace AppserverIo\Routlt\Description; |
22 | 22 | |
23 | -use AppserverIo\Routlt\Annotations\Result; |
|
24 | 23 | use AppserverIo\Lang\Reflection\AnnotationInterface; |
25 | -use AppserverIo\Lang\Reflection\ReflectionAnnotation; |
|
26 | 24 | use AppserverIo\Configuration\Interfaces\NodeInterface; |
27 | 25 | |
28 | 26 | /** |