@Retention(value=CLASS)
@Target(value=TYPE)
public @interface CTransformer
IllegalStateException will be thrown when registering it.| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String[] |
name
The name of the classes to transform.
This requires the complete name including the package separated by a dot. Use this if you can't access the class directly. |
java.lang.Class<?>[] |
value
The classes to transform.
|