This package (along with @see org.jboss.resteasy.test.cdi.extension.bean) introduces an
application defined implementation of javax.enterprise.inject.spi.Bean.
This package (along with @see org.jboss.resteasy.test.cdi.interceptors) tests the application
of interceptors to:
*) ContainerRequestFilter
*) ContainerResponseFilter
*) ReaderInterceptor
*) MessageBodyReader
*) WriterInterceptor
*) MessageBodyWriter
*) Resources
There are class level interceptors and method level interceptors.
This package (along with @see org.jboss.resteasy.test.cdi.modules) tests injection
of beans into JAX-RS resources across various jar, ejb-jar, war, and ear boundaries.
This package (along with @see org.jboss.resteasy.test.cdi.validation) tests the application
of validation (@see JSR 303: Bean Validation) to JAX-RS resources.