You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/04/04 11:55:13 UTC

[groovy-website] 02/02: GROOVY-9495: groovy.transform.NullCheck not mentioned in release notes or language documentation

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git

commit 757b15c8274be76a51e7ebfface95ccaf6b7c706
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat Apr 4 21:18:08 2020 +1000

    GROOVY-9495: groovy.transform.NullCheck not mentioned in release notes or language documentation
---
 site/src/site/releasenotes/groovy-3.0.adoc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/site/src/site/releasenotes/groovy-3.0.adoc b/site/src/site/releasenotes/groovy-3.0.adoc
index 49ea5a6..866fc21 100644
--- a/site/src/site/releasenotes/groovy-3.0.adoc
+++ b/site/src/site/releasenotes/groovy-3.0.adoc
@@ -609,6 +609,12 @@ assert newYear - xmas == 7 // a week apart
 [[Groovy3.0releasenotes-Miscimprovements]]
 == Miscellaneous improvements
 
+=== @NullCheck AST transformation
+
+Allows null checking guards to be automatically added to methods or constructors
+which ensure all parameters are supplied with non-null values
+(link:https://issues.apache.org/jira/browse/GROOVY-8935[GROOVY-8935]).
+
 === Embedded Groovydoc
 
 You can now embed Groovydoc comments in various ways: