Package org.objectweb.easybeans.tests.common.interceptors.business.wrongspecification

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

See:
          Description

Class Summary
ArgsConstructorInterceptor This class has only an args constructor to an interceptor.
FinalMethodInterceptor This class has the interceptor method with final modifier.
StaticMethodInterceptor This class has the interceptor method with static modifier.
TwoAroundInvokeInterceptor This class has two annotations(AroundInvoke).
VoidInterceptor This class has an interceptor method that return void.
 

Package org.objectweb.easybeans.tests.common.interceptors.business.wrongspecification Description

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