JReflector
A tool for browsing Java class definitions.
Overview
JReflector is a simple tool that allows Java developers to browse packages and classes within JAR files. The class definition display includes most information that can be extracted reflectively from the class file, including:
- Constructor, method and field definitions (including private members)
- Constant field values
- Generic type declarations
- Annotations
