mirror of
https://github.com/zaaarf/lillero-processor.git
synced 2024-11-22 14:44:51 +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}.
|
* 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
|
* It will be discarded unless {@link Target} and {@link Injector} are properly
|
||||||
* {@link Injector} are properly placed within.
|
* placed within the annotated class.
|
||||||
* @see Target
|
* @see Target
|
||||||
* @see Injector
|
* @see Injector
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue