Groovy 2.1.0-rc-2

groovy.transform
[Java] Enum TypeCheckingMode

java.lang.Object
  java.lang.Enum
      groovy.transform.TypeCheckingMode

public enum TypeCheckingMode
extends Enum

This enumeration can be used whenever it is preferred to annotate a class as TypeChecked in general, but where only one or more methods are "dynamic". This allows the user to annotate the class itself then annotate only the methods which require exclusion.

Authors:
Cedric Champeau


Method Summary
 
Methods inherited from class Enum
name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

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