Uploaded image for project: 'JDO'
  1. JDO
  2. JDO-826

@Convert Javadoc indicates support for @Target(ElementType.TYPE,...)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • JDO 3.2
    • JDO 3.2.2
    • api
    • None

    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:

      Attachments

        Issue Links

          Activity

            People

              tilmannz Tilmann Zäschke
              tilmannz Tilmann Zäschke
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: