GenericsFactory.java | Interface | A factory interface for reflective objects representing generic types.
Implementors (such as core reflection or JDI, or possibly javadoc
will manufacture instances of (potentially) different classes
in response to invocations of the methods described here.
The intent is that reflective systems use these factories to
produce generic type information on demand.
Certain components of such reflective systems can be independent
of a specific implementation by using this interface. |