net.sf.mmm.util.pojo.descriptor.base
Class PojoDescriptorNoEnhancer

java.lang.Object
  extended by 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)

Field Summary
static PojoDescriptorNoEnhancer INSTANCE
          The singleton instance.
 
Constructor Summary
private PojoDescriptorNoEnhancer()
          The constructor.
 
Method Summary
 void enhanceDescriptor(AbstractPojoDescriptor<?> descriptor)
          This method performs the generic enhancements on the given descriptor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final PojoDescriptorNoEnhancer INSTANCE
The singleton instance.

Constructor Detail

PojoDescriptorNoEnhancer

private PojoDescriptorNoEnhancer()
The constructor.

Method Detail

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.