Generated by
JDiff

Class org.springframework.context.annotation.AnnotationConfigApplicationContext

Removed Methods
void registerBean(Class<T>, Object[]) Register a bean from the given bean class, deriving its metadata from class-declared annotations, and 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, deriving its metadata from class-declared annotations, and optionally providing explicit constructor arguments for consideration in the autowiring process.