Fake Java properties and how they improve JPA « Just listen to Alex
Fake Java properties and how they improve JPA
Filed under: programming — Tags: java, jpa — bosmeeuw @ 5:52 pmIt doesn’t look like Java will be getting real property support in our lifetimes. This is too bad, because being able to refer to properties of an object in a type-safe way is really valuable when developing applications with a large domain. Take a gander a this JavaBean: