Interface AspectAttribute.DataValueHandler<V>

All Known Implementing Classes:
AspectAttribute.DVAssetHandler, AspectAttribute.DVBaseHandler, AspectAttribute.DVBooleanHandler, AspectAttribute.DVDateHandler, AspectAttribute.DVNumericHandler, AspectAttribute.DVPatternHandler, AspectAttribute.DVPriceHandler, AspectAttribute.DVTextHandler
Enclosing class:
AspectAttribute<C extends ComplexEntity>

public static interface AspectAttribute.DataValueHandler<V>
generic interface defining handler API, avoiding complex generic type declaration of DVBaseHandler