All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.mengxianun.core.NewAction Maven / Gradle / Ivy

The newest version!
package com.github.mengxianun.core;

import com.github.mengxianun.core.data.Summary;

public interface NewAction {

	public DataContext getDataContext();

	public Summary execute();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy