Will groovy (grails) give you compile time checking like java?

后端 未结 5 1516
感动是毒
感动是毒 2021-02-20 18:20

Will groovy (grails) give you compile time checking like java?

If you always specify the type, will that change things much?

5条回答
  •  醉酒成梦
    2021-02-20 18:31

    Groovy 2.0 has @CompileStatic and @TypeChecked you can check this good performance test between Groovy 2.0 and Java http://java.dzone.com/articles/groovy-20-performance-compared

    As topr said... this feature will be avaliable in grails until version 2.2

提交回复
热议问题