Package | Description |
---|---|
org.eclipse.jdt.core.util |
Provides a set of tools and utilities for manipulating .class files and Java model elements.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IExtendedAnnotation
Description of an extended annotation structure as described in the JVM specifications
(added in JavaSE-1.8).
|
Modifier and Type | Method and Description |
---|---|
IAnnotation[] |
IRuntimeVisibleAnnotationsAttribute.getAnnotations()
Answer back the annotations.
|
IAnnotation[] |
IRuntimeInvisibleAnnotationsAttribute.getAnnotations()
Answer back the annotations.
|
IAnnotation[] |
IParameterAnnotation.getAnnotations()
Answer back the annotations as described in the JVM specifications.
|
IAnnotation |
IAnnotationComponentValue.getAnnotationValue()
Returns the annotation value as described in the JVM specifications
if the tag item is '@'.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.