Skip to content

Version 2.6.0

Latest
Compare
Choose a tag to compare
@broneill broneill released this 23 Oct 14:39
· 7 commits to master since this release
  • Added a Type interface for explicitly representing types.
  • Added support for type use annotations. They're not supported when the target is in the body of a method, because they're not accessible via reflection anyhow. They're not supported for generic types either, because generic types aren't currently supported at all.