You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by ti...@apache.org on 2023/04/08 10:23:59 UTC

[db-jdo] branch jdo-826-javadoc-convert-on-type created (now ef21f04a)

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

tilmannz pushed a change to branch jdo-826-javadoc-convert-on-type
in repository https://gitbox.apache.org/repos/asf/db-jdo.git


      at ef21f04a Update Convert.java

This branch includes the following new commits:

     new ef21f04a Update Convert.java

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[db-jdo] 01/01: Update Convert.java

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tilmannz pushed a commit to branch jdo-826-javadoc-convert-on-type
in repository https://gitbox.apache.org/repos/asf/db-jdo.git

commit ef21f04aafd2a61950e8cd038600e2dee14617e6
Author: Tilmann <zo...@gmx.de>
AuthorDate: Sat Apr 8 12:23:52 2023 +0200

    Update Convert.java
---
 api/src/main/java/javax/jdo/annotations/Convert.java | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/api/src/main/java/javax/jdo/annotations/Convert.java b/api/src/main/java/javax/jdo/annotations/Convert.java
index 72ae3f98..64cc2a8f 100644
--- a/api/src/main/java/javax/jdo/annotations/Convert.java
+++ b/api/src/main/java/javax/jdo/annotations/Convert.java
@@ -26,10 +26,6 @@ import javax.jdo.AttributeConverter;
  * Specifies that a given type should be converted before being stored to, and after being retrieved
  * from the datastore using the given {@link AttributeConverter}.
  *
- * <p>If this annotation is placed on a type, then the conversion applies to all fields or
- * properties whose types match the entity type of the given {@link AttributeConverter}. Any {@link
- * Convert} annotations placed on members overrides any type-level conversion specifications.
- *
  * <p>If this annotation is placed on a field or property, the annotated attribute's type must be
  * assignment-compatible with the {@link AttributeConverter}'s entity type argument.
  *