private void initDefaultInterceptors()
{
if (synchronize)
{
addInterceptor( new Interceptor( new SynchronizationInterceptor(), this ) );
}
if (
( getType().isEjb() && businessInterfaceHasAnnotation(Asynchronous.class) ) ||
( getType()==JAVA_BEAN && beanClassHasAnnotation(Asynchronous.class) )
)