@@ -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 | /** |
@@ -21,12 +21,8 @@ |
||
| 21 | 21 | namespace AppserverIo\Routlt\Results; |
| 22 | 22 | |
| 23 | 23 | use AppserverIo\Http\HttpProtocol; |
| 24 | -use AppserverIo\Routlt\ActionInterface; |
|
| 25 | 24 | use AppserverIo\Routlt\Util\ActionAware; |
| 26 | 25 | use AppserverIo\Routlt\Util\ValidationAware; |
| 27 | -use AppserverIo\Routlt\Util\ServletContextAware; |
|
| 28 | -use AppserverIo\Routlt\Description\ResultDescriptorInterface; |
|
| 29 | -use AppserverIo\Psr\Servlet\ServletContextInterface; |
|
| 30 | 26 | use AppserverIo\Psr\Servlet\ServletRequestInterface; |
| 31 | 27 | use AppserverIo\Psr\Servlet\ServletResponseInterface; |
| 32 | 28 | |
@@ -20,15 +20,10 @@ |
||
| 20 | 20 | |
| 21 | 21 | namespace AppserverIo\Routlt\Results; |
| 22 | 22 | |
| 23 | -use AppserverIo\Http\HttpProtocol; |
|
| 24 | -use AppserverIo\Routlt\ActionInterface; |
|
| 25 | 23 | use AppserverIo\Routlt\Util\ActionAware; |
| 26 | 24 | use AppserverIo\Routlt\Util\EncodingAware; |
| 27 | 25 | use AppserverIo\Routlt\Util\ValidationAware; |
| 28 | 26 | use AppserverIo\Routlt\Util\DefaultHeadersAware; |
| 29 | -use AppserverIo\Routlt\Util\ServletContextAware; |
|
| 30 | -use AppserverIo\Routlt\Description\ResultDescriptorInterface; |
|
| 31 | -use AppserverIo\Psr\Servlet\ServletContextInterface; |
|
| 32 | 27 | use AppserverIo\Psr\Servlet\ServletRequestInterface; |
| 33 | 28 | use AppserverIo\Psr\Servlet\ServletResponseInterface; |
| 34 | 29 | |