public void postConstruct(Object o) {
}
};
private IoCComponentProcessor get(final Class c) {
IoCComponentProcessor cp = componentProcessorMap.get(c);
if (cp != null) {
return (cp == NULL_COMPONENT_PROCESSOR) ? null : cp;
}
synchronized (componentProcessorMap) {