Uses of Class
org.openjdk.asmtools.jdis.TypeAnnotationData
Packages that use TypeAnnotationData
-
Uses of TypeAnnotationData in org.openjdk.asmtools.jdis
Fields in org.openjdk.asmtools.jdis with type parameters of type TypeAnnotationDataModifier and TypeFieldDescriptionprivate ArrayList<TypeAnnotationData> CodeData.invisibleTypeAnnotationsThe invisible type annotations for this methodprotected ArrayList<TypeAnnotationData> MemberData.invisibleTypeAnnotationsThe invisible annotations for this class, member( field or method) or record componentprivate ArrayList<TypeAnnotationData> CodeData.visibleTypeAnnotationsThe visible type annotations for this methodprotected ArrayList<TypeAnnotationData> MemberData.visibleTypeAnnotationsThe visible annotations for this class, member( field or method) or record component