Exemplo n.º 1
0
 @Override
 @Nullable
 protected Class create(final Couple<Type> key) {
   return ReflectionUtil.substituteGenericType(key.first, key.second);
 }