175176177178179180181182183184185186
((ProcessBeanImpl<?>) event).veto(); } } if (annotated.isAnnotationPresent(Jndi.class)) { Jndi jndi = annotated.getAnnotation(Jndi.class); String jndiName = jndi.value(); if ("".equals(jndiName)) { jndiName = bean.getBeanClass().getSimpleName(); }
128129130131132133134135136137138139
((ProcessBeanImpl) event).veto(); } } if (annotated.isAnnotationPresent(Jndi.class)) { Jndi jndi = annotated.getAnnotation(Jndi.class); String jndiName = jndi.value(); if ("".equals(jndiName)) { jndiName = bean.getBeanClass().getSimpleName(); }