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

templates.interface.t.portaccessor Maven / Gradle / Ivy

    private ${self.name} ${self.name};
    public ${self.name} ${self.port_name}() {
        if ( null == ${self.name} ) ${self.name} = new ${self.name}( this, null );
        return ${self.name};
    }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy