sviperll / adt4j

adt4j - Algebraic Data Types for Java
BSD 3-Clause "New" or "Revised" License
143 stars 8 forks source link

Extends AbstractypeVisitor7 instead of implementing TypeVisitor. #1

Closed jbgi closed 10 years ago

jbgi commented 10 years ago

This is a necessary condition for adt4j to build against jdk 8 and any future version; the javax.lang.model.type.TypeVisitor interface is not stable across java releases.