![JAR search and dependency download from the Maven repository](/logo.png)
BRIDJE-INF.srcgen.templates.jfx.ObjectUtils.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bridje-jfx-srcgen Show documentation
Show all versions of bridje-jfx-srcgen Show documentation
Source Generation for Bridje JavaFX tools and components.
The newest version!
<#function findPropertyType field>
<#return "SimpleObjectProperty<" + field.javaType + ">" />
#function>
<#function findPropertyTypeDimond field>
<#return "SimpleObjectProperty<>" />
#function>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy