]> git.argeo.org Git - gpl/argeo-slc.git/blob - org/argeo/slc/execution/ExecutionModule.java
Prepare next development cycle
[gpl/argeo-slc.git] / org / argeo / slc / execution / ExecutionModule.java
1 package org.argeo.slc.execution;
2
3 @Deprecated
4 public interface ExecutionModule {
5 /* public String getName();
6
7 public String getVersion();
8
9 public ExecutionModuleDescriptor getDescriptor();
10
11 public void execute(ExecutionFlowDescriptor descriptor);*/
12 }