| Interface | Description |
|---|---|
| PrettyPrint |
Interface used to display a prettified version of
#toString()
If it's implemented, Debug
will use it as default display
|
| Class | Description |
|---|---|
| Debug |
Class used to display Logs.
|
| Annotation Type | Description |
|---|---|
| TraceMethod |
Annotation used to specify which method need to be traced by debug.
|