mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +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()}指定的类型
|
* 否则返回{@link Link#annotation()}指定的类型
|
||||||
*
|
*
|
||||||
* @param annotation {@link Link}注解
|
* @param annotation {@link Link}注解
|
||||||
|
@ -84,6 +84,7 @@ public interface AnnotationAttribute {
|
|||||||
/**
|
/**
|
||||||
* 获取属性上的注解
|
* 获取属性上的注解
|
||||||
*
|
*
|
||||||
|
* @param <T> 注解类型
|
||||||
* @param annotationType 注解类型
|
* @param annotationType 注解类型
|
||||||
* @return 注解对象
|
* @return 注解对象
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user