net.sf.mmm.util.pojo.descriptor.base
Class PojoDescriptorNoEnhancer
java.lang.Object
net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorNoEnhancer
- All Implemented Interfaces:
- PojoDescriptorEnhancer
public final class PojoDescriptorNoEnhancer
- extends Object
- implements PojoDescriptorEnhancer
This is the simplest implementation of the PojoDescriptorEnhancer. It
does nothing!
- Since:
- 1.1.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final PojoDescriptorNoEnhancer INSTANCE
- The singleton instance.
PojoDescriptorNoEnhancer
private PojoDescriptorNoEnhancer()
- The constructor.
enhanceDescriptor
public void enhanceDescriptor(AbstractPojoDescriptor<?> descriptor)
- This method performs the generic enhancements on the given
descriptor.
- Specified by:
enhanceDescriptor in interface PojoDescriptorEnhancer
- Parameters:
descriptor - is the descriptor to enhance.
Copyright © 2001-2010 mmm-Team. All Rights Reserved.