notes/pl/groovy/groovy-types.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

16 строки
267 B
Plaintext

@CompileDynamic // default
@CompileStatic
@TypeChecked
compile dynamic but check types
Groovy also have 8 primitive types
But everything is an object
3.getClass().getName
java.langInteger
....big...
java.math.BigInteger
2.0d
double