spring-framework/spring-beans
Stephane Nicoll c0269770af Use BeanUtils to instantiate target type
Use BeanUtils.instantiate(Class<?>) instead of a raw call to
type.newInstance() as the former has more checks.

Issue: SPR-12520
2015-05-15 11:43:18 +02:00
..
src Use BeanUtils to instantiate target type 2015-05-15 11:43:18 +02:00