Skip navigation links

Package net.sf.mmm.util.reflect.impl

Contains implementations of the Reflection-Util API and other internals of this reflection-util.

See: Description

Package net.sf.mmm.util.reflect.impl Description

Contains implementations of the Reflection-Util API and other internals of this reflection-util.

Reflection-Util Impl

This package provides implementations of the GenericType interface.
The Java generics introduced a fine grained type-system. It makes generic types available via the interface Type and its sub-interfaces. Unlike Class.forName(String) there is no build in way to create a generic Type from a given string. This lack is covered by ReflectionUtilImpl.toType(String) that uses the dummy type-implementations of this package.
Skip navigation links

Copyright © 2001–2016 mmm-Team. All rights reserved.