I'm using JSE 5.0 annotations to export my beans to JMX:

Code:
@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