mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
fix doc
This commit is contained in:
parent
ca10c8e7b9
commit
dfb12eb22c
@ -107,7 +107,7 @@ public abstract class AbstractLinkAnnotationPostProcessor implements Synthesized
|
||||
}
|
||||
|
||||
/**
|
||||
* 若{@link Link#annotation()}获取的类型{@link Annotation#getClass()},则返回{@code defaultType},
|
||||
* 若{@link Link#annotation()}获取的类型{@code Annotation#getClass()},则返回{@code defaultType},
|
||||
* 否则返回{@link Link#annotation()}指定的类型
|
||||
*
|
||||
* @param annotation {@link Link}注解
|
||||
|
@ -84,6 +84,7 @@ public interface AnnotationAttribute {
|
||||
/**
|
||||
* 获取属性上的注解
|
||||
*
|
||||
* @param <T> 注解类型
|
||||
* @param annotationType 注解类型
|
||||
* @return 注解对象
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user