@Retention(value=CLASS)
@Target(value=TYPE)
public @interface CUpgrade
| Modifier and Type | Optional Element and Description |
|---|---|
int |
value
The new version of the class
If the version is not specified, the class will be upgraded to the version of the transformer If the class version is higher than the given one, nothing will change |