Interface for a set of objects that can perform component class transformations. Implementations should be multithreaded, ideally they should be stateless (all necessary state can be stored in the {@link org.apache.tapestry.services.ClassTransformation}).
Interface for a set of objects that can perform component class transformations. Implementations should be multithreaded, ideally they should be stateless (all necessary state can be stored in the {@link org.apache.tapestry5.services.ClassTransformation}).
@deprecated Deprecated in Tapestry 5.3; use {@link ComponentClassTransformWorker2}
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.