hi..
i have a bean which not always need to allow accesss to it's getters and setters, (based on infomation from a hasmap which says which properties should be accessed.
i was thinking, that an advice before the setter is activated could throw an exception.
is this correct? or is there a better way?


Reply With Quote