<@U4BHM385D> The ViewModel was not created to be u...
# tornadofx
e
@romainbsl The ViewModel was not created to be used from a Java class. The reason the
@JvmName("bindGetter")
annotation was there was to avoid duplicate functions and hence compilation issues due to type erasure. The only bind function you use is
bind
, which has several overloads to support different types of properties, but they are not usable from Java as they are inline and use reified generics.