Uses of Interface
org.objectweb.dsrg.sofa.repository.model.Annotation

Packages that use Annotation
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
 

Uses of Annotation in org.objectweb.dsrg.sofa.repository.model
 

Subinterfaces of Annotation in org.objectweb.dsrg.sofa.repository.model
 interface Factory
          A representation of the model object 'Factory'.
 interface Publish
          A representation of the model object 'Publish'.
 interface Service
          A representation of the model object 'Service'.
 interface ServicePublisher
          A representation of the model object 'Service Publisher'.
 interface ServiceTracker
          A representation of the model object 'Service Tracker'.
 interface TopLevel
          A representation of the model object 'Top Level'.
 

Uses of Annotation in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement Annotation
 class AnnotationImpl
          An implementation of the model object 'Annotation'.
 class FactoryImpl
          An implementation of the model object 'Factory'.
 class PublishImpl
          An implementation of the model object 'Publish'.
 class ServiceImpl
          An implementation of the model object 'Service'.
 class ServicePublisherImpl
          An implementation of the model object 'Service Publisher'.
 class ServiceTrackerImpl
          An implementation of the model object 'Service Tracker'.
 class TopLevelImpl
          An implementation of the model object 'Top Level'.
 

Uses of Annotation in org.objectweb.dsrg.sofa.repository.model.util
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type Annotation
 java.lang.Object ModelSwitch.caseAnnotation(Annotation object)
          Returns the result of interpretting the object as an instance of 'Annotation'.