@Retention(value=CLASS)
@Target(value=METHOD)
public @interface InjectionInfo
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
originalName
The original name of the method before being renamed.
|
java.lang.String |
transformer
The name of the transformer the method originated from.
|