
ml.alternet.util.gen.sample.SampleImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alternet-tools-generator Show documentation
Show all versions of alternet-tools-generator Show documentation
ByteCodeUtil code generator.
The purpose of this module is to generate some byte code.
This module is not intended for a public use, it is just used to
generate the ByteCodeUtilImpl java source of alternet-tools.
ByteCodeUtilImpl itself generate byte code.
The newest version!
package ml.alternet.util.gen.sample;
public class SampleImpl extends SampleAbstractClass implements SampleInterface {
public static final SampleInterface SINGLETON = new SampleImpl();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy