This commit is contained in:
Gabriele C
2016-05-19 23:06:55 +02:00
parent 4d634086cd
commit 95b65ae20a
3 changed files with 1 additions and 19 deletions
@@ -114,6 +114,7 @@ class FieldInjection<T> implements Injection<T> {
return null;
}
@SuppressWarnings("unchecked")
private static <T> Constructor<T> getDefaultConstructor(Class<T> clazz) {
try {
Constructor<?> defaultConstructor = clazz.getDeclaredConstructor();