Hi,

An other possible solution :
* create a empty method than take an Object as arg and return a String
* use a post/precompiler (like spoon) or agent to replace call to the methode 
by a String

eg : new PropertyModel(Property.p(myOject.myProperty))
=> new PropertyModel("myOject.myProperty")

/david

Johan Compagner wrote:
https://bean-properties.dev.java.net/tutorial.html

its not really the way i would like it to be, but that would require a
language change.

johan

Reply via email to