com.xrosstools.xunit.Processor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xunit Show documentation
Show all versions of xunit Show documentation
The runtime for xross unit model
The newest version!
package com.xrosstools.xunit;
public interface Processor extends Unit{
void process(Context ctx);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy