Class SimpleAttributeProcessor<T>

java.lang.Object
com.tangosol.config.xml.SimpleAttributeProcessor<T>
All Implemented Interfaces:
AttributeProcessor<T>

public class SimpleAttributeProcessor<T> extends Object implements AttributeProcessor<T>
A SimpleAttributeProcessor is a simple AttributeProcessor implementation that will construct, initialize (via constructor injection) and return a specific type of object based on information in an XmlAttribute.
Since:
Coherence 12.1.2
Author:
dr 2011.05.14, bo 2011.06.22