Package org.eclipse.xtext.common.types.access.reflect

Types in this package serve as a simple reference implementation for the ITypeFactory type factories.

See: Description

Package org.eclipse.xtext.common.types.access.reflect Description

Types in this package serve as a simple reference implementation for the ITypeFactory type factories. It is rather limited, though, since the java.lang.reflect API does not allow to retrieve some important information accross various Java versions, e.g. the option to retrieve parameter names will only be introduced with Java8 and the deprecation information is not available at runtime, too. However, performance characteristics and semantics can be used as sort of a benchmark or reference.
Author:
Sebastian Zarnekow - Initial contribution and API