Uses of Interface
org.eclipse.jdt.core.util.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
Modifier and TypeInterfaceDescriptioninterface
Description of an extended annotation structure as described in the JVM specifications (added in JavaSE-1.8).Modifier 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 '@'.