groovy.transform
Annotation Type TypeChecked


@Documented
@Retention(value=SOURCE)
@Target(value={METHOD,TYPE,CONSTRUCTOR})
public @interface TypeChecked

This will let the Groovy compiler use compile time checks in the style of Java.

Author:
Jochen "blackdrag" Theodorou


Copyright © 2003-2011 The Codehaus. All rights reserved.