org.apache.tapestry5.internal.transform
Class RetainWorker

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


Constructor Summary
RetainWorker()
           
 
Method Summary
 void transform(ClassTransformation transformation, MutableComponentModel model)
          Claims each field with the Retain annotation, claiming it using the annotation as the tag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetainWorker

public RetainWorker()
Method Detail

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.