зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 12:46:06 +02:00
16 строки
267 B
Plaintext
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
|