236237238239240241242243244245246
if ( superEntity == null ) { return result; } Indexed indexAnnForSuperclass = superEntity.getAnnotation( Indexed.class ); result = indexAnnForSuperclass != null ? indexAnnForSuperclass.interceptor() : result; } return result; }