Uses of Package
org.eclipse.modisco.infra.discovery.core.annotations

Packages that use org.eclipse.modisco.infra.discovery.core.annotations
org.eclipse.modisco.infra.discovery.core   
org.eclipse.modisco.java.composition.discoverer   
org.eclipse.modisco.kdm.uml2converter   
org.eclipse.modisco.usecase.simpletransformationschain   
org.eclipse.modisco.xml.discoverer   
 

Classes in org.eclipse.modisco.infra.discovery.core.annotations used by org.eclipse.modisco.infra.discovery.core
Parameter
          The Parameter annotation describes some informations needed to characterize inputs and outputs for discoverers (IDiscoverer) The developer is free to annotate directly a Java field or a getter/setter method, or both field and getter/setter with a same id.
 

Classes in org.eclipse.modisco.infra.discovery.core.annotations used by org.eclipse.modisco.java.composition.discoverer
Parameter
          The Parameter annotation describes some informations needed to characterize inputs and outputs for discoverers (IDiscoverer) The developer is free to annotate directly a Java field or a getter/setter method, or both field and getter/setter with a same id.
ParameterInitialValue
          This annotation is used to define a getter method that returns an initial value for a Parameter.
 

Classes in org.eclipse.modisco.infra.discovery.core.annotations used by org.eclipse.modisco.kdm.uml2converter
Parameter
          The Parameter annotation describes some informations needed to characterize inputs and outputs for discoverers (IDiscoverer) The developer is free to annotate directly a Java field or a getter/setter method, or both field and getter/setter with a same id.
 

Classes in org.eclipse.modisco.infra.discovery.core.annotations used by org.eclipse.modisco.usecase.simpletransformationschain
Parameter
          The Parameter annotation describes some informations needed to characterize inputs and outputs for discoverers (IDiscoverer) The developer is free to annotate directly a Java field or a getter/setter method, or both field and getter/setter with a same id.
 

Classes in org.eclipse.modisco.infra.discovery.core.annotations used by org.eclipse.modisco.xml.discoverer
Parameter
          The Parameter annotation describes some informations needed to characterize inputs and outputs for discoverers (IDiscoverer) The developer is free to annotate directly a Java field or a getter/setter method, or both field and getter/setter with a same id.