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 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 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'.