org.apache.tapestry5.internal.transform
Class RetainWorker
java.lang.Object
org.apache.tapestry5.internal.transform.RetainWorker
- All Implemented Interfaces:
- ComponentClassTransformWorker
public final class RetainWorker
- extends Object
- implements ComponentClassTransformWorker
Identifies fields with the Retain annotation, and "claims" them so that no
special work will occur on them. Retain has been deprecated in Tapestry 5.2 and will likely be removed in the future.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RetainWorker
public RetainWorker()
transform
public void transform(ClassTransformation transformation,
MutableComponentModel model)
- Claims each field with the
Retain annotation, claiming it using the
annotation as the tag.
- Specified by:
transform in interface ComponentClassTransformWorker
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.