Description
The javadoc of the @Convert annotation claims that it can be placed on types, e.g.
@Convert(value = ConvertiblePointToStringConverter.class) public class ConvertiblePoint { ... }
While this feature is desirable, there is currently no implementation of it in the reference implementation.
For now, the javadoc should be fixed by removing the section about @Target(ElementType.TYPE,...).
Once the implementation is resourced (volunteers welcome!) the section can be put back in place.
Context:
- Original discussion: JDO-709, starting 2022-10-17
- PR by original problem reporter: https://github.com/apache/db-jdo/pull/60
- Copy of original PR with additional TCK test: https://github.com/apache/db-jdo/pull/61
- Tickets with problem description on reference implementation: https://github.com/datanucleus/datanucleus-api-jdo/issues/127
Attachments
Issue Links
- links to