Uses of Class
ru.cg.webbpm.script_metadata.models.AnnotationMetadata
Packages that use AnnotationMetadata
-
Uses of AnnotationMetadata in ru.cg.webbpm.script_metadata.models
Fields in ru.cg.webbpm.script_metadata.models with type parameters of type AnnotationMetadataModifier and TypeFieldDescriptionprotected List<AnnotationMetadata>
AttributeMetadata.annotations
Methods in ru.cg.webbpm.script_metadata.models that return AnnotationMetadataModifier and TypeMethodDescriptionClassMetadata.getAnnotation
(Class<?> annotationClass) ClassMetadata.getAnnotation
(String annotationName) Methods in ru.cg.webbpm.script_metadata.models that return types with arguments of type AnnotationMetadataModifier and TypeMethodDescriptionAttributeMetadata.getAnnotation
(Class<?> annotation) AttributeMetadata.getAnnotation
(String className) MethodMetadata.getAnnotation
(Class<?> annotation) MethodMetadata.getAnnotation
(String className) AttributeMetadata.getAnnotations()
ClassMetadata.getAnnotations()
MethodMetadata.getAnnotations()
Method parameters in ru.cg.webbpm.script_metadata.models with type arguments of type AnnotationMetadataModifier and TypeMethodDescriptionvoid
AttributeMetadata.setAnnotations
(List<AnnotationMetadata> annotations) void
ClassMetadata.setAnnotations
(List<AnnotationMetadata> annotations) void
MethodMetadata.setAnnotations
(List<AnnotationMetadata> annotations) Constructor parameters in ru.cg.webbpm.script_metadata.models with type arguments of type AnnotationMetadataModifierConstructorDescriptionAttributeMetadata
(String name, ClassMetadata type, List<AnnotationMetadata> annotations) ParameterMetadata
(String name, ClassMetadata type, List<AnnotationMetadata> annotations)