Uses of Class
cloud.opencode.base.classloader.metadata.AnnotationMetadata
Packages that use AnnotationMetadata
-
Uses of AnnotationMetadata in cloud.opencode.base.classloader.metadata
Methods in cloud.opencode.base.classloader.metadata that return types with arguments of type AnnotationMetadataModifier and TypeMethodDescriptionClassMetadata.annotations()Get annotations 获取注解列表FieldMetadata.annotations()Get annotations 获取注解MethodMetadata.annotations()Get annotations 获取注解ClassMetadata.getAnnotation(String annotationClassName) Get specified annotation 获取指定注解FieldMetadata.getAnnotation(String annotationClassName) Get specified annotation 获取指定注解MethodMetadata.getAnnotation(String annotationClassName) Get specified annotation 获取指定注解MethodMetadata.parameterAnnotations()Get parameter annotations 获取参数注解Method parameters in cloud.opencode.base.classloader.metadata with type arguments of type AnnotationMetadataModifier and TypeMethodDescriptionClassMetadata.Builder.annotations(List<AnnotationMetadata> annotations) Constructor parameters in cloud.opencode.base.classloader.metadata with type arguments of type AnnotationMetadataModifierConstructorDescriptionFieldMetadata(String fieldName, String fieldType, int modifiers, Object constantValue, List<AnnotationMetadata> annotations) Create field metadata 创建字段元数据