类 ReflectAnnotatedElementImpl
- java.lang.Object
-
- com.antgroup.antchain.myjava.metaprogramming.impl.reflect.ReflectAnnotatedElementImpl
-
- 所有已实现的接口:
ReflectAnnotatedElement
public class ReflectAnnotatedElementImpl extends Object implements ReflectAnnotatedElement
reflect annotated element impl
-
-
构造器概要
构造器 构造器 说明 ReflectAnnotatedElementImpl(ReflectContext context, AnnotationContainerReader annotationContainer)ReflectAnnotatedElementImpl constructor
-
-
-
构造器详细资料
-
ReflectAnnotatedElementImpl
public ReflectAnnotatedElementImpl(ReflectContext context, AnnotationContainerReader annotationContainer)
ReflectAnnotatedElementImpl constructor
-
-
方法详细资料
-
getAnnotation
public <S extends Annotation> S getAnnotation(Class<S> type)
get annotation instance by type- 指定者:
getAnnotation在接口中ReflectAnnotatedElement
-
-