]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/src/main/java/org/argeo/slc/runtime/SlcExecutionContext.java
Restructure example unit tests
[gpl/argeo-slc.git] / org.argeo.slc.core / src / main / java / org / argeo / slc / runtime / SlcExecutionContext.java
index 57e491a5efbbafa00c1be36386a43bedfc5c4616..23788313bce1805b2da88a8aeb95acbf417bdf8b 100644 (file)
@@ -4,7 +4,7 @@ import org.argeo.slc.core.process.SlcExecution;
 
 /** Provides access to the object used during the execution */
 public interface SlcExecutionContext {
-       public Object getBean(String name);
+       public <T> T getBean(String name);
 
        public SlcExecution getSlcExecution();
 }