org.drools.runtime.process.StatelessProcessSession Maven / Gradle / Ivy
package org.drools.runtime.process;
/**
* There are currently no process related methods that are used with the external StatelessKnowledgeSession class. So this
* interface is just a marker at the moment, but may find more uses in the future as requirements are discovered.
*
* @see org.drools.runtime.StatelessKnowledgeSession
*/
public interface StatelessProcessSession {
}