Package org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification

This package contains beans that there are NOT in agreement with the JSR 220 - EJB 3.0 Spec.

See:
          Description

Interface Summary
ItfWithInterceptor Interface with an interceptor.
 

Class Summary
SLSBFinalExternalInterceptor This bean has an interceptor with final method modifier.
SLSBFinalInternalInterceptor This bean has an internal interceptor with static method modifier.
SLSBItfWithInterceptor This bean implements an interface with interceptor.
SLSBStaticExternalInterceptor This bean has an interceptor with static method modifier.
SLSBStaticInternalInterceptor This bean has an internal interceptor with static method modifier.
SLSBTwoAroundInvokeError This bean has two annotations(AroundInvoke).
SLSBVoidExternalInterceptor This bean has an interceptor with void return type.
 

Package org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification Description

This package contains beans that there are NOT in agreement with the JSR 220 - EJB 3.0 Spec.