@Override public MetaType getGenericType() { return JavaReflectionUtil.fromType(field.getGenericType()); }
@Override public MetaType getGenericComponentType() { return JavaReflectionUtil.fromType(type.getGenericComponentType()); }