org.ow2.easybeans.tests.enhancer.wrongspecification.bean |
|
Java Source File Name | Type | Comment |
ArgsConstructorInterceptor.java | Class | This class has only an args constructor to an interceptor. |
FinalMethodInterceptor.java | Class | This class has the interceptor method with final modifier. |
ItfOneMethod.java | Interface | Interface with one method. |
ItfOneMethod00.java | Interface | Interface with one method. |
ItfWithInterceptor.java | Interface | Interface with an interceptor. |
SLSBFinalExternalInterceptor.java | Class | This bean has an interceptor with final method modifier. |
SLSBFinalFieldEntry.java | Class | This bean use injection in a final field, it is denied by the specification. |
SLSBFinalInternalInterceptor.java | Class | This bean has an internal interceptor with static method modifier. |
SLSBItfWithInterceptor.java | Class | This bean implements an interface with interceptor. |
SLSBStaticEntry.java | Class | This bean use injection in a static field, it is denied by the specification. |
SLSBStaticExternalInterceptor.java | Class | This bean has an interceptor with static method modifier. |
SLSBStaticInternalInterceptor.java | Class | This bean has an internal interceptor with static method modifier. |
SLSBStaticMethodEntry.java | Class | This bean use injection in a static method, it is denied by the specification. |
SLSBTwoArInvokeExternalInterceptor.java | Class | This bean has an external interceptor with two annotations(AroundInvoke). |
SLSBTwoAroundInvokeError.java | Class | This bean has two annotations(AroundInvoke). |
SLSBVoidExternalInterceptor.java | Class | This bean has an interceptor with void return type. |
SLSBWithArgsInterceptor.java | Class | This bean has an interceptor with args. |
StaticMethodInterceptor.java | Class | This class has the interceptor method with static modifier. |
TwoAroundInvokeInterceptor.java | Class | This class has two annotations(AroundInvoke). |
VoidInterceptor.java | Class | This class has an interceptor method that return void. |