| Enum | Description |
|---|---|
| CASM.Shift |
| Annotation Type | Description |
|---|---|
| CASM |
Inject into a method using direct ASM.
|
| CInject |
Inject into a method at various targets.
|
| CModifyConstant |
Modify a constant value in a method.
|
| COverride |
Override a method in a class.
|
| CRecordComponent |
Add a field as a record component and add the corresponding getter methods.
|
| CRedirect |
Redirect a specified method call or field access.
|
| CWrapCatch |
Wrap an entire method or a single instruction in a try-catch block.
|