| Override the default property descriptors.
A property descriptor contains:
attribute name, attribute return value, read method name, write method name.
Property descriptors returned by this method are:
indirectObject, Object, getIndirectObject, null
preposition, String, getPreposition, null
All other beaninfo is defaulted; that is,
the Java Introspector is used to determine
the rest of the information about this implementation.
|