Translate

Friday 1 October 2021

Annotations and AST transformation in Groovy Scripting groovy scripting in telugu 11

 Watch This Video

https://youtu.be/0gLGkny4GfM

-----------------------------------------------------------------------------

http://groovy-lang.org/objectorientation.html#_annotation


import groovy.transform.Immutable
@Immutable
class Custmer{
String first.last
int age,
Date since,
collection favItems
}



No comments:

Post a Comment

Note: only a member of this blog may post a comment.