diff options
author | zaaarf <zaaarf@proton.me> | 2023-03-01 18:58:04 +0100 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-03-01 18:58:04 +0100 |
commit | 60bd356b5d4f292365196abcdeb5e9325c809b09 (patch) | |
tree | b54d3a1cb8a136ebb2ba900069b3b9439e94269e /src | |
parent | 928638cb7a41e9e098ff1c77c8e43355782dcbb9 (diff) |
doc: fixed patch javadocs
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/ftbsc/lll/processor/annotations/Patch.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/ftbsc/lll/processor/annotations/Patch.java b/src/main/java/ftbsc/lll/processor/annotations/Patch.java index 80416ae..6ad360b 100644 --- a/src/main/java/ftbsc/lll/processor/annotations/Patch.java +++ b/src/main/java/ftbsc/lll/processor/annotations/Patch.java @@ -6,8 +6,8 @@ import java.lang.annotation.RetentionPolicy; /** * Marks the class as containing an injector for a user-specified {@link Class}. - * It will be discarded unless {@link ftbsc.lll.processor.annotations.Target} and - * {@link Injector} are properly placed within. + * It will be discarded unless {@link Target} and {@link Injector} are properly + * placed within the annotated class. * @see Target * @see Injector */ |