-
public final class KAnnotatedElementExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Annotation> TfindExtraAnnotation(KAnnotatedElement $self)得到指定的额外注解。查找的范围包括:属性对应的字段、主构造参数等。 final static <T extends Annotation> BooleanhasExtraAnnotation(KAnnotatedElement $self)判断是否拥有指定的额外的解。查找的范围包括:属性对应的字段、主构造参数等。 -
-
Method Detail
-
findExtraAnnotation
final static <T extends Annotation> T findExtraAnnotation(KAnnotatedElement $self)
得到指定的额外注解。
查找的范围包括:属性对应的字段、主构造参数等。
-
hasExtraAnnotation
final static <T extends Annotation> Boolean hasExtraAnnotation(KAnnotatedElement $self)
判断是否拥有指定的额外的解。
查找的范围包括:属性对应的字段、主构造参数等。
-
-
-
-