/** * Helper classes for reflection (e.g. get ALL constructors or ALL fields of a class). This package provides a number of helper * methods to make it easier to use reflection. An example is the ClassUtil class that help to retrieve ALL fields, * constructors, or methods of a class including private, package, protected and public methods of the class and its entire tree * of superclasses. Other examples are helper classes for signatures and serializable Fields, Methods, and Constructors. *
* Copyright (c) 2002-2021 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See * for project information https://simulation.tudelft.nl. The DSOL * project is distributed under a three-clause BSD-style license, which can be found at * * https://simulation.tudelft.nl/dsol/3.0/license.html. *
*/ package nl.tudelft.simulation.language.reflection;