531532533534535536537538539
comp.setImplScopeType(new DependentScopeLiteral()); comp.addBindingType(new NewLiteral()); comp.setName(null); comp.addApiType(clazz); comp.addApiType(Object.class); comp.setType(new ProductionLiteral()); return comp; }
13561357135813591360136113621363136413651366
Annotation stereoTypeDeploymentType = WebBeansUtil.getMaxPrecedenceSteroTypeDeploymentType(component); if(stereoTypeDeploymentType == null) { // Default deployment type component.setType(new ProductionLiteral()); } else { component.setType(stereoTypeDeploymentType); }
135136137138139140141142143144145
component.setType(child.getParent().getType()); } else { component.setType(new ProductionLiteral()); found = true; } } else
518519520521522523524525526
10041005100610071008100910101011101210131014
} } if (result == null) { return new ProductionLiteral(); } return result; }
16161617161816191620162116221623162416251626
133134135136137138139140141142143
576577578579580581582583584
comp.setImplScopeType(new DependentScopeLiteral()); comp.addQualifier(new NewLiteral()); comp.setName(null); comp.addApiType(clazz); comp.addApiType(Object.class); comp.setType(new ProductionLiteral()); return comp; }
599600601602603604605606607608609
DefinitionUtil.defineApiTypes(comp, clazz); comp.setImplScopeType(new ApplicationScopeLiteral()); comp.addQualifier(new CurrentLiteral()); comp.setType(new ProductionLiteral()); DefinitionUtil.defineObserverMethods(comp, clazz); return comp; }