Lets talk about FeatureDescriptor, the superclass for all other descriptors. It enables to add extra metadata to describe the beans. The builder tool could use such metadata to provide enhanced functionality. You can use the getValue(String) method to retrieve metadata. For example:
BeanInfo info = Introspector.getBeanInfo(JLabel.class);
Object value = info.getBeanDescriptor().getValue("...