I\'m hoping someone can suggest a simple solution to my problem.
I have a POJO, say:
public class Person { private String name; public String
You simply can't. AutoBean generates lightweight, optimized implementations of the interfaces; it obviously cannot do this for classes. This is by design.