nl.tudelft.ewi.auta.srf.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of auta-srf Show documentation
Show all versions of auta-srf Show documentation
A facade for metric script executors
The newest version!
/**
* The AuTA script runtime facade.
*
* The interfaces in this facade allow for pluggable passing and formatting script runtimes in the
* AuTA core.
*/
@ParametersAreNonnullByDefault
package nl.tudelft.ewi.auta.srf;
import javax.annotation.ParametersAreNonnullByDefault;