Skip to content

JCodeModel 3.3.0

Latest
Compare
Choose a tag to compare
@phax phax released this 25 Nov 07:05
· 152 commits to master since this release
  • Added check for package names so that no invalid package names can be created (issue #70 from @guiguilechat)
  • Added check to avoid creating classes existing in the "java.lang" package (issue #71 from @guiguilechat)
  • JLambdaMethodRef now works with arbitrary expressions as the left hand side