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

ml.alternet.util.gen.sample.SampleImpl Maven / Gradle / Ivy

Go to download

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