package java.lang.reflect;
Package-private class implementing the
sun.reflect.LangReflectAccess interface, allowing the java.lang
package to instantiate objects in this package.
return new Field(declaringClass,
Class[] checkedExceptions,
byte[] parameterAnnotations,
byte[] annotationDefault)
return new Method(declaringClass,
Class[] checkedExceptions,
byte[] parameterAnnotations)