spotify / dataenum

Algebraic data types in Java.
Apache License 2.0
166 stars 16 forks source link

Add JSR-250 as a dependency to avoid compilation failures for Java9+ #24

Open anawara opened 6 years ago

anawara commented 6 years ago

@togi @pettermahlen can you please review this?

codecov-io commented 6 years ago

Codecov Report

Merging #24 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #24   +/-   ##
=========================================
  Coverage     93.95%   93.95%           
  Complexity      209      209           
=========================================
  Files            23       23           
  Lines           645      645           
  Branches         93       93           
=========================================
  Hits            606      606           
  Misses           30       30           
  Partials          9        9

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 45a7832...dcb9f5d. Read the comment docs.

pettermahlen commented 6 years ago

What is the impact of this change?

pettermahlen commented 6 years ago

Or, more precisely, what is the problem it's supposed to solve and how does it solve it?