{
addInterceptor( new Interceptor( new MethodContextInterceptor(), this ) );
}
if ( beanClassHasAnnotation(RaiseEvent.class) )
{
addInterceptor( new Interceptor( new EventInterceptor(), this ) );
}
if ( beanClassHasAnnotation(Conversational.class) )
{
addInterceptor( new Interceptor( new ConversationalInterceptor(), this ) );
}