User Guide

Introduction

Inspection utilities is a toolbox API designed for class and package inspection.

It is built over Java's reflection API, extending it with some new features and enhancing some usability issues.

The toolbox is divided in three main sections:

Each API will de detailed on a separate section. Due to the project's toolbox nature an example-based approach will be followed throughout this document.

There's an exception API as part of this toolbox as well. The later can be checked here.