phax / jcodemodel

A heavily extended fork of the com.sun.codemodel (from 2013/09)
Other
93 stars 34 forks source link

JMod for default method #34

Closed mattbishop closed 8 years ago

mattbishop commented 8 years ago

Java8 lets one declare default methods on interfaces but codemodel doesn't have a way to specify this construct.

phax commented 8 years ago

That's true :) Java8 support is far from being perfect....

phax commented 8 years ago

Now you have JMod.DEFAULT.Enjoy