mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix doc
This commit is contained in:
@@ -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 注解对象
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user