I'm using JSE 5.0 annotations to export my beans to JMX:
which always 'marks' the getter as operation.Code:@ManagedAttribute() public int getFanSpeed() { return ... }
Is it possible to turn this off, without leaving annotation based exporting?
thanks
chris


Reply With Quote