Uses of Interface
org.apache.tapestry.annotations.SecondaryAnnotationWorker

Uses of SecondaryAnnotationWorker in org.apache.tapestry.annotations
 

Classes in org.apache.tapestry.annotations that implement SecondaryAnnotationWorker
 class InitialValueAnnotationWorker
          Looks for InitialValue annotations on methods that don't have a Persist annotation (that's handled by PersistAnnotationWorker); adds an IPropertySpecification for the property, so that its initial value may be set.
 

Methods in org.apache.tapestry.annotations with parameters of type SecondaryAnnotationWorker
 void AnnotationEnhancementWorker.setSecondaryAnnotationWorker(SecondaryAnnotationWorker secondaryWorker)