Uses of Class
org.jd.core.v1.model.classfile.attribute.Annotation
-
Packages that use Annotation Package Description org.jd.core.v1.model.classfile.attribute org.jd.core.v1.service.converter.classfiletojavasyntax.util org.jd.core.v1.service.deserializer.classfile -
-
Uses of Annotation in org.jd.core.v1.model.classfile.attribute
Fields in org.jd.core.v1.model.classfile.attribute declared as Annotation Modifier and Type Field Description protected Annotation[]Annotations. annotationsprotected AnnotationElementValueAnnotationValue. annotationValueMethods in org.jd.core.v1.model.classfile.attribute that return Annotation Modifier and Type Method Description Annotation[]Annotations. getAnnotations()AnnotationElementValueAnnotationValue. getAnnotationValue()Constructors in org.jd.core.v1.model.classfile.attribute with parameters of type Annotation Constructor Description Annotations(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 Annotation Modifier and Type Method Description protected 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 Annotation Modifier and Type Method Description protected Annotation[]ClassFileDeserializer. loadAnnotations(ClassFileReader reader, ConstantPool constants)
-