
30
Mar, 15
Groovy direct field accessor(@) and method pointer(&) operators.
Hello friends, I have some groovy tricks to share with you. 😉 Direct field access operator(@) We always write a groovy class containing property and there getters. So I am taking a simple example here to make you know the benefit of this operator. class User { public...
Recent Comments