Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.common.core.AnnotationProvider

Packages that use AnnotationProvider
org.eclipse.jpt.common.core   
org.eclipse.jpt.common.core.resource.java   
org.eclipse.jpt.jaxb.core.platform   
org.eclipse.jpt.jpa.core   
 

Uses of AnnotationProvider in org.eclipse.jpt.common.core
 

Classes in org.eclipse.jpt.common.core that implement AnnotationProvider
 class GenericAnnotationProvider
          Implementation of AnnotationProvider that is constructed with an array of AnnotationDefinitions and NestableAnnotationDefinitions An AnnotationDefinition is needed if the annotation is only a stand-alone top-level annotation A NestableAnnotationDeifnition is needed if the annotation can be either stand-alone or nested within a container annotation.
 

Uses of AnnotationProvider in org.eclipse.jpt.common.core.resource.java
 

Methods in org.eclipse.jpt.common.core.resource.java that return AnnotationProvider
 AnnotationProvider JavaResourceNode.Root.getAnnotationProvider()
          Return the annotation provider that supplies the annotations found in the Java resource model.
 

Uses of AnnotationProvider in org.eclipse.jpt.jaxb.core.platform
 

Methods in org.eclipse.jpt.jaxb.core.platform that return AnnotationProvider
 AnnotationProvider JaxbPlatform.getAnnotationProvider()
          Return an annotation provider responsible for determining what Java annotations are supported and constructing java resource model objects.
 

Uses of AnnotationProvider in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core that return AnnotationProvider
 AnnotationProvider JpaPlatform.getAnnotationProvider()
          Return an annotation provider responsible for determining what Java annotations are supported and constructing the corresponding Java resource model objects.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.