doc: fixed patch javadocs

This commit is contained in:
zaaarf 2023-03-01 18:58:04 +01:00
parent 928638cb7a
commit 60bd356b5d
No known key found for this signature in database
GPG key ID: 82240E075E31FA4C

View file

@ -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
*/