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

templates.component.t.utility.impl Maven / Gradle / Ivy

There is a newer version: 2.7.3
Show newest version
package ${self.package}.impl;

${imports}

public class ${self.name}Impl> extends Utility implements ${self.name} {

    public ${self.name}Impl( C context ) {
        super( context );
    }

${utility_functions}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy