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

templates.class.t.classset Maven / Gradle / Ivy

package ${self.package};

${imports}

public interface ${self.name} extends IInstanceSet<${self.name},${self.class_name}> {

    // attributes
${attributes}

    // selections
${selectors}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy