I tried to add a Boolean property to a page, I choose Boolean over boolean because the previous can be null: public abstract Boolean isSelected();
But the enhanced class did not have the property. Is it better to let the enhancer do this, rather than force developer to define it by hand?
