Uses of Interface
org.eclipse.jdt.core.util.IAnnotation
Packages that use IAnnotation
Package
Description
Provides a set of tools and utilities for manipulating .class files and Java model elements.
-
Uses of IAnnotation in org.eclipse.jdt.core.util
Subinterfaces of IAnnotation in org.eclipse.jdt.core.utilModifier and TypeInterfaceDescriptioninterfaceDescription of an extended annotation structure as described in the JVM specifications (added in JavaSE-1.8).Methods in org.eclipse.jdt.core.util that return IAnnotationModifier and TypeMethodDescriptionIParameterAnnotation.getAnnotations()Answer back the annotations as described in the JVM specifications.IRuntimeInvisibleAnnotationsAttribute.getAnnotations()Answer back the annotations.IRuntimeVisibleAnnotationsAttribute.getAnnotations()Answer back the annotations.IAnnotationComponentValue.getAnnotationValue()Returns the annotation value as described in the JVM specifications if the tag item is '@'.