Package fr.ens.biologie.genomique.eoulsan.annotations
This package define the annotations on Eoulsan classes plug-ins.
- Since:
- 1.0
-
Class Summary Class Description EoulsanAnnotationUtils This class contains annotation utilities. -
Enum Summary Enum Description ExecutionMode This class define an enum for the execution mode of Eoulsan. -
Annotation Types Summary Annotation Type Description Generator This annotation is used to mark a step class that is a generator with user custom parameters.HadoopCompatible This annotation is used to mark a plug-in class as usable in hadoop mode and local mode.HadoopOnly This annotation is used to mark a plug-in class as usable in hadoop mode only.LocalOnly This annotation is used to mark a plug-in class as usable in local mode only.NoLog This annotation is used to mark a step class that requires no log.NoOutputDirectory This annotation is used to mark a step class that requires no output directory.RequiresAllPreviousSteps This annotation is used to mark a step class that requires the all the previous step in the workflow file.RequiresPreviousStep This annotation is used to mark a step class that requires the previous step in the workflow file.ReuseModuleInstance This annotation is used to mark a module class that can reuse a module instance for each task.Terminal This annotation is used to mark a step class that is a terminal step.