org.noear.wood.ext.Fun0 Maven / Gradle / Ivy
package org.noear.wood.ext;
/**
* Created by noear on 14-6-11.
*/
public interface Fun0 {
T run();
}
package org.noear.wood.ext;
/**
* Created by noear on 14-6-11.
*/
public interface Fun0 {
T run();
}