Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-3204

[Metamodel] Support for bounded Generics

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0-M8
    • Core
    • None

    Description

      Our reflection tools fail to resolve the generic type param Order say in return type of
      abstract java.util.Set<? extends Order> getOrders() ...
      when an upper bound is used. The following however works:
      abstract java.util.Set<Order> getOrders() ...

      Attachments

        Issue Links

          Activity

            People

              hobrom Andi Huber
              hobrom Andi Huber
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: