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

templates.CategoryGetter.tpl Maven / Gradle / Ivy

    /**
{columnDescription}
     * @return {baseClassName}
     */
    public {baseClassName} get{columnClassName}() {
        return delegate.getColumn("{columnName}", Delegating{baseClassName}::new);
    }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy