mirror of
https://github.com/zaaarf/lillero-processor.git
synced 2024-11-13 02:29:22 +01:00
doc: fixed patch javadocs
This commit is contained in:
parent
928638cb7a
commit
60bd356b5d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue