Skip to content

0.7.0: Number of parameters

Compare
Choose a tag to compare
@thekid thekid released this 19 Dec 19:38
· 299 commits to main since this release
  • Added method lang.reflection.Parameters::size() which returns number
    of parameters
    (@thekid)
  • Changed Reflection::of() to raise lang.ClassNotFoundException when
    a type name is passed as a string and loading the type fails.
    (@thekid)