I haven't dived in deeply, but adding @CompileStatic would pick up
certain kinds of errors at compilation time that would otherwise
result in a runtime error, e.g. a member such as:
int BAR = Object.propertyDoesNotExist


On Mon, May 30, 2016 at 7:47 AM, Schalk Cronjé <[email protected]> wrote:
> Simple question: Does it actually make any difference to have interfaces
> annotated with @CompileStatic?
>
>
> --
> Schalk W. Cronjé
> Twitter / Ello / Toeter : @ysb33r

Reply via email to