You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jc...@apache.org on 2008/02/21 20:14:05 UTC

svn commit: r629939 - /commons/proper/proxy/branches/proxy-1.0-work/src/main/java/org/apache/commons/proxy/factory/javassist/JavassistInvocation.java

Author: jcarman
Date: Thu Feb 21 11:14:04 2008
New Revision: 629939

URL: http://svn.apache.org/viewvc?rev=629939&view=rev
Log:
Improved javadocs

Modified:
    commons/proper/proxy/branches/proxy-1.0-work/src/main/java/org/apache/commons/proxy/factory/javassist/JavassistInvocation.java

Modified: commons/proper/proxy/branches/proxy-1.0-work/src/main/java/org/apache/commons/proxy/factory/javassist/JavassistInvocation.java
URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/proxy-1.0-work/src/main/java/org/apache/commons/proxy/factory/javassist/JavassistInvocation.java?rev=629939&r1=629938&r2=629939&view=diff
==============================================================================
--- commons/proper/proxy/branches/proxy-1.0-work/src/main/java/org/apache/commons/proxy/factory/javassist/JavassistInvocation.java (original)
+++ commons/proper/proxy/branches/proxy-1.0-work/src/main/java/org/apache/commons/proxy/factory/javassist/JavassistInvocation.java Thu Feb 21 11:14:04 2008
@@ -31,9 +31,9 @@
 import java.util.WeakHashMap;
 
 /**
- * A Javassist-based {@link Invocation} implementation.  This class actually serves as the superclass
- * for all Javassist-based method invocations.  Subclasses are dynamically created to deal with
- * specific interface methods.
+ * A <a href="http://www.jboss.org/products/javassist">Javassist</a>-based {@link Invocation} implementation.  This
+ * class actually serves as the superclass for all <a href="http://www.jboss.org/products/javassist">Javassist</a>-based
+ * method invocations.  Subclasses are dynamically created to deal with specific interface methods (they're hard-wired).
  * 
  * @author James Carman
  * @since 1.0