summarize_class
Extract structured summaries of Java classes, including annotations, dependencies, and methods, for static analysis of Spring Boot codebases without running the application.
Instructions
Get a structured summary of a Java class including its annotations, dependencies, and methods.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | The Java class name, e.g. OrderService |