Package wt.jmx.core

Class OverrideableBeanInfo

java.lang.Object
wt.jmx.core.OverrideableBeanInfo
All Implemented Interfaces:
BeanInfo

public class OverrideableBeanInfo extends Object implements BeanInfo
BeanInfo implementation that simply wraps a BeanInfo instance acquired from Introspector.getBeanInfo(java.lang.Class, int) using Introspector.IGNORE_IMMEDIATE_BEANINFO as the second argument. This allows subclasses to make targeted overrides to this BeanInfo rather than having to specify a given detail totally from scratch as one does with SimpleBeanInfo.

Supported API: true

Extendable: true