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

templates.stub.Mixes.vm Maven / Gradle / Ivy

There is a newer version: 2.7.0
Show newest version
package ${package};

import org.test4j.module.spec.annotations.Mix;
import org.test4j.module.spec.annotations.Mixes;
${mixImports}

/**
 * @author darui.wu
 * @create 2019/11/15
 */
@Mixes
public class StubMixes {
${mixFields}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy