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

BRIDJE-INF.srcgen.templates.jfx.ObjectUtils.ftl Maven / Gradle / Ivy

The newest version!
<#function findPropertyType field>
    <#return "SimpleObjectProperty<" + field.javaType + ">" />


<#function findPropertyTypeDimond field>
    <#return "SimpleObjectProperty<>" />





© 2015 - 2025 Weber Informatics LLC | Privacy Policy