I'm looking for alternatives to get a property name in a type safe way.
For example, using lambdaj, I can do:
propertyName(on(Contract.class).getContractKey())
But this is a bit verbose and the performance is not great.
I'm hoping for something that is generated during build.