Uploaded image for project: 'mdsal'
  1. mdsal
  2. MDSAL-781

Eliminate BindingReflections

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Medium Medium
    • 14.0.0
    • None
    • Binding runtime
    • None

      BindingReflections is a relict from the time when we did not have proper mdsal-binding-runtime support.
      The functions of binding-runtime-spi, binding-dom-codec and binding-dom-adapter are making extensive use BindingReflections to match observed Binding classes to their DOM mapping.
      This is counter-productive to AOT environments: mdsal-binding-runtime and its support classes should give us the information required to function in a manner which is completely independent of java.lang.reflect – rendering BindingReflections completely unncessary.

            Unassigned Unassigned
            rovarga Robert Varga
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: