Uses of Class
org.jd.core.v1.model.classfile.attribute.Annotation
Packages that use Annotation
Package
Description
-
Uses of Annotation in org.jd.core.v1.model.classfile.attribute
Fields in org.jd.core.v1.model.classfile.attribute declared as AnnotationModifier and TypeFieldDescriptionprotected Annotation[]Annotations.annotationsprotected AnnotationElementValueAnnotationValue.annotationValueMethods in org.jd.core.v1.model.classfile.attribute that return AnnotationModifier and TypeMethodDescriptionAnnotations.getAnnotations()ElementValueAnnotationValue.getAnnotationValue()Constructors in org.jd.core.v1.model.classfile.attribute with parameters of type AnnotationModifierConstructorDescriptionAnnotations(Annotation[] annotations) ElementValueAnnotationValue(Annotation annotationValue) -
Uses of Annotation in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type AnnotationModifier and TypeMethodDescriptionprotected AnnotationReferenceAnnotationConverter.convert(Annotation annotation) -
Uses of Annotation in org.jd.core.v1.service.deserializer.classfile
Methods in org.jd.core.v1.service.deserializer.classfile that return AnnotationModifier and TypeMethodDescriptionprotected Annotation[]ClassFileDeserializer.loadAnnotations(ClassFileReader reader, ConstantPool constants)