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

nosql.artemis.artemis-core.0.1.0.M1.source-code.InstanceSupplier.template Maven / Gradle / Ivy

There is a newer version: 1.0.0-b2
Show newest version
package {0};

import jakarta.nosql.mapping.reflection.InstanceSupplier;

public class {1} implements InstanceSupplier '{'
    @Override
    public Object get() '{'
        return new {2}();
    '}'
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy