Class InnerClassProperty

All Implemented Interfaces:
Named, BeanProperty, FullyNamed

public final class InnerClassProperty extends SettableBeanProperty.Delegating
This sub-class is used to handle special case of value being a non-static inner class. If so, we will have to use a special alternative for default constructor; but otherwise can delegate to regular implementation.