Skip to content

Commit d9264e9

Browse files
NotStirredCursedFlames
authored andcommitted
Clarify behaviour in javadoc
1 parent 612a709 commit d9264e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/io/github/opencubicchunks/cubicchunks/ConstructorSuper.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import org.jetbrains.annotations.Nullable;
55
import org.objectweb.asm.Opcodes;
66
import org.objectweb.asm.tree.*;
7-
import org.spongepowered.asm.mixin.injection.IInjectionPointContext;
87
import org.spongepowered.asm.mixin.injection.InjectionPoint;
98
import org.spongepowered.asm.mixin.injection.InjectionPoint.AtCode;
109
import org.spongepowered.asm.mixin.injection.selectors.ISelectorContext;
@@ -18,6 +17,8 @@
1817
import java.util.List;
1918

2019
/**
20+
* This injection point targets a delegating {@code super()} call <b><u>OR</u></b> a delegating {@code this()} call
21+
* <p>
2122
* This is a temporary hack until we update to a mixin version that allows you to target CTOR_SUPER.
2223
* <p>
2324
* To use this injection point specify its fully qualified name in the @At annotation.

0 commit comments

Comments
 (0)