PDA

View Full Version : Don't expose getter as operation.


fonz
Oct 5th, 2005, 10:32 AM
I'm using JSE 5.0 annotations to export my beans to JMX:


@ManagedAttribute()
public int getFanSpeed() { return ... }


which always 'marks' the getter as operation.
Is it possible to turn this off, without leaving annotation based exporting?


thanks
chris