if (enterpriseBean.getIgnoreDependency() != null)
{
for(ResourceInjectionTargetMetaData ignore : enterpriseBean.getIgnoreDependency().getInjectionTargets())
{
IgnoreDependencyImpl annotation = new IgnoreDependencyImpl();
MethodMetaData method = new MethodMetaData();
method.setMethodName(ignore.getInjectionTargetName());
addAnnotations(IgnoreDependency.class, annotation, container, method);