1. 12 Mar, 2018 14 commits
  2. 10 Mar, 2018 2 commits
  3. 09 Mar, 2018 12 commits
  4. 08 Mar, 2018 11 commits
  5. 07 Mar, 2018 1 commit
    • Stephane Nicoll's avatar
      Ignore static and abstract accessors · 7d1faa1c
      Stephane Nicoll authored
      This commit updates the annotation processor and the binder to ignore
      any static or abstract method that has the characteristics of a JavaBean
      accessor. As a result, no property is generated for those (invalid)
      accessor and no binding occurs on them either.
      
      Closes gh-12390
      7d1faa1c