@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface AnnotationRemap
| Modifier and Type | Required Element and Description |
|---|---|
RemapType |
value
The type of the annotation field.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
allowClassPrefix
Allow a class prefix to be added to short members only.
|
FillType |
fill
The type of action to perform when remapping the annotation field.
|
public abstract RemapType value
RemapType.CLASSpublic abstract FillType fill
FillType.KEEP_EMPTY when allowing empty values (see CASM for an example)