Uses of Class
org.eclipse.jst.ws.annotations.core.AnnotationDefinition

Packages that use AnnotationDefinition
org.eclipse.jst.ws.annotations.core   
 

Uses of AnnotationDefinition in org.eclipse.jst.ws.annotations.core
 

Methods in org.eclipse.jst.ws.annotations.core that return AnnotationDefinition
static AnnotationDefinition AnnotationsManager.getAnnotationDefinitionForClass(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
          Returns the AnnotationDefinition for the given Annotation class or null if no annotation definition can be found.
static AnnotationDefinition AnnotationsManager.getAnnotationDefinitionForClass(java.lang.String canonicalName)
          Returns the AnnotationDefinition for the given fully qualified Annotation class name or null if no annotation definition can be found.
static AnnotationDefinition AnnotationsManager.getAnnotationDefinitionForType(org.eclipse.jdt.core.IType annotationType)
          Returns the AnnotationDefinition for the given IType or null if no annotation definition can be found.
 

Methods in org.eclipse.jst.ws.annotations.core that return types with arguments of type AnnotationDefinition
static java.util.List<AnnotationDefinition> AnnotationsManager.getAnnotations()
          Returns a list of AnnotationDefinition constructed from contributions to the org.eclipse.jst.ws.annotations.core.annotationDefinition extension point.
static java.util.List<AnnotationDefinition> AnnotationsManager.getAnnotationsByCategory(java.lang.String categoryName)
          Returns a list of all the AnnotationDefinition with the given annotation category name.