Package ftbsc.lll.processor.annotations
Annotation Type Injector
-
@Retention(CLASS) @Target(METHOD) public @interface Injector
Marks a method as the injector method for purposes of generation. The method itself should take in as parameters a ClassNode and a MethodNode (from the ObjectWeb ASM library), or only a MethodNode. The annotation will be ignored otherwise. It will also be discarded unless the containing class is annotated withPatch
and at least another method within the class is annotated withTarget
. This annotation may be added multiple times, in order to target multiple methods.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
reason
-