}
}
}
private void initService(InjectionPoint ip) {
Service paginatorService = ip.getAnnotated().getAnnotation(
Service.class);
try {
if (!paginatorService.value().equals(BaseService.class)) {
// set paginator service by type
baseService = BeanManagerController
.getBeanByType(paginatorService.value());
}
} catch (Exception ex) {
ex.printStackTrace();
throw new IllegalArgumentException(