This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch WW-3871-typeconversion-key-derivation
in repository https://gitbox.apache.org/repos/asf/struts.git

commit f5ce53646d79b41164a07de9cfe77f8523467cfa
Author: Lukasz Lenart <[email protected]>
AuthorDate: Sat Jul 25 16:54:51 2026 +0200

    WW-3871 docs(core): add deprecated Collection_ prefix to parameter table
---
 .../org/apache/struts2/conversion/annotations/TypeConversion.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/core/src/main/java/org/apache/struts2/conversion/annotations/TypeConversion.java
 
b/core/src/main/java/org/apache/struts2/conversion/annotations/TypeConversion.java
index c65b5d08e..e4f86b965 100644
--- 
a/core/src/main/java/org/apache/struts2/conversion/annotations/TypeConversion.java
+++ 
b/core/src/main/java/org/apache/struts2/conversion/annotations/TypeConversion.java
@@ -69,8 +69,8 @@ import java.lang.annotation.Target;
  * <td>no</td>
  * <td>The annotated property/field name</td>
  * <td>The property name the rule applies to. The matching prefix for the 
given rule
- * (<code>Key_</code>, <code>Element_</code>, <code>KeyProperty_</code>, 
<code>CreateIfNull_</code>)
- * is prepended automatically unless the key already carries it. Required on 
TYPE level annotations,
+ * (<code>Key_</code>, <code>Element_</code>, <code>KeyProperty_</code>, 
<code>CreateIfNull_</code>, or the deprecated
+ * <code>Collection_</code>) is prepended automatically unless the key already 
carries it. Required on TYPE level annotations,
  * where there is no member name to derive it from.</td>
  * </tr>
  * <tr>

Reply via email to