Generated by
JDiff

Class org.springframework.context.support.GenericApplicationContext

Added Methods
void registerBean(Class<T>, Object[]) Register a bean from the given bean class, optionally providing explicit constructor arguments for consideration in the autowiring process.
void registerBean(String, Class<T>, Object[]) Register a bean from the given bean class, optionally providing explicit constructor arguments for consideration in the autowiring process.