<h2>Changes</h2>
+<p>-version 3.2
+
+<ul>
+ <li>The behavior of CtBehavior#getParameterAnnotations() has been changed.
+ It is now compatible to Java Reflection API
+ (<a href="http://jira.jboss.com/jira/browse/JASSIST-19">JASSIST-19</a>).
+</ul>
+
<p>- version 3.2.0.CR2 on May 9, 2006
<ul>
<li>A bug of replace(String,ExprEditor) in javassist.expr.Expr has been fixed.
/**
* Returns the parameter annotations associated with this method or constructor.
*
- * @return an array of annotation-type objects.
+ * @return an array of annotation-type objects. The length of the returned array is
+ * equal to the number of the formal parameters. If each parameter has no
+ * annotation, the elements of the returned array are empty arrays.
+ *
* @see CtMember#getAnnotations()
* @since 3.1
*/