Uses of Interface
org.eclipse.wst.jsdt.core.ast.IAnnotation

Packages that use IAnnotation
org.eclipse.wst.jsdt.core.ast   
 

Uses of IAnnotation in org.eclipse.wst.jsdt.core.ast
 

Subinterfaces of IAnnotation in org.eclipse.wst.jsdt.core.ast
 interface IMarkerAnnotation
          Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface INormalAnnotation
          Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ISingleMemberAnnotation
           This interface is not intended to be implemented by clients.
 

Methods in org.eclipse.wst.jsdt.core.ast that return IAnnotation
 IAnnotation[] IAbstractVariableDeclaration.getAnnotation()