888889890891892893894895
{ addInterceptor( new Interceptor( new ManagedEntityIdentityInterceptor(), this ) ); } if ( beanClassHasAnnotation(Restrict.class) ) { addInterceptor( new Interceptor( new SecurityInterceptor(), this ) ); } }