I have tried it out and it worked. Thanks.
Anyway I would suggest to remove the compiltime dependency of any type
handler from the builder config. Of course there mut be a default
builder that gets initialized if no other one is defined, but you
could initialze it using ...newInsatnce().
Another issue is, that the TypeHandler should be lazy initialized.
At the moment the BeansBindingTypeHandler is instantiated on every
startup and removed later. I have to have it in my classpath although
I don't need it.
The bindig framewor I'am using is jacobin.
http://entelijan.net/jacobin.
I will drop a note if my first integration example with javabuilders
is working.