Java org.eclipse.jdt.core.dom Annotation fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.dom Annotation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.dom Annotation.

The text is from its open source code.

Subclass

org.eclipse.jdt.core.dom.Annotation has subclasses.
Click this link to see all its subclasses.

Method

NamegetTypeName()
Returns the annotation type name of this annotation.
booleanisMarkerAnnotation()
Returns whether this is a marker annotation ( MarkerAnnotation ).
booleanisNormalAnnotation()
Returns whether this is a normal annotation ( NormalAnnotation ).
booleanisSingleMemberAnnotation()
Returns whether this is a single member annotation.
IAnnotationBindingresolveAnnotationBinding()
Resolves and returns the resolved annotation for this annotation.
voidsetTypeName(Name typeName)
Sets the annotation type name of this annotation.