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

templates.CategoryGetterFlat.tpl Maven / Gradle / Ivy

    /**
{columnDescription}
     * @return {baseClassName}
     */
    public {baseClassName} get{columnClassName}() {
        return new Delegating{baseClassName}(parentBlock.get{modifier}Column({aliases}));
    }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy