Author: hlship
Date: Fri Jun 25 00:05:56 2010
New Revision: 957761
URL: http://svn.apache.org/viewvc?rev=957761&view=rev
Log:
TAP5-1190: Add cross-reference links to #addAdvice()
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TransformMethod.java
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TransformMethod.java
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TransformMethod.java?rev=957761&r1=957760&r2=957761&view=diff
==============================================================================
---
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TransformMethod.java
(original)
+++
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TransformMethod.java
Fri Jun 25 00:05:56 2010
@@ -51,6 +51,8 @@ public interface TransformMethod extends
*
* @param advice
* to receive control when the method is invoked
+ * @see #addOperationAfter(ComponentInstanceOperation)
+ * @see #addOperationBefore(ComponentInstanceOperation)
*/
void addAdvice(ComponentMethodAdvice advice);