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

templates.class.t.instanceselector.empty Maven / Gradle / Ivy

.if ( multiplicity_many )
    @Override
    public ${type_name} ${self.name}() {
        return (new ${type_name}Impl());
    }
.else
    @Override
    public ${type_name} ${self.name}() {
        return ${type_name}Impl.EMPTY_$u_{type_name};
    }
.end if




© 2015 - 2025 Weber Informatics LLC | Privacy Policy