com.github.elopteryx.reflect.package-info Maven / Gradle / Ivy
/**
* The top level of the package hierarchy which contains the
* public API of this library.
*
* The {@link com.github.elopteryx.reflect.BeanMirror} class
* is designed as the entry-point for each operation. There are
* two implementations, the {@link com.github.elopteryx.reflect.ObjectMirror}
* which handles plain object field and method access, and there
* is {@link com.github.elopteryx.reflect.ClassMirror} for creating
* new instances and accessing static fields and methods.
*/
package com.github.elopteryx.reflect;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy