Lamp v4: Beta 12
- Fix annotation replacers not replacing annotations on classes
- Natively unregister commands on Bukkit when they are unregistered on the Lamp side
- Annotation safety: Lamp will require all your annotations to have
@Retention(RUNTIME)
. This will prevent confusion when the user tries to query an annotation that does not have a runtime retention policy. - Fixed
@Length
not having runtime retention - Fixed Kotlin's default arguments not working with primitives
- Fixed Kotlin's default arguments not working with methods when the method is declared with a context receiver.
Full Changelog: 4.0.0-beta.11...4.0.0-beta.12