Groovy 2.2.0

groovy.transform
[Java] Enum AutoCloneStyle

java.lang.Object
  java.lang.Enum
      groovy.transform.AutoCloneStyle

public enum AutoCloneStyle
extends Enum

Intended style to use for cloning when using the @AutoClone annotation.

Authors:
Paul King
See Also:
AutoClone
Since:
1.8.0


Enum Constant Summary
CLONE

COPY_CONSTRUCTOR

SERIALIZATION

SIMPLE

 
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
 

Enum Constant Detail

CLONE

AutoCloneStyle CLONE


COPY_CONSTRUCTOR

AutoCloneStyle COPY_CONSTRUCTOR


SERIALIZATION

AutoCloneStyle SERIALIZATION


SIMPLE

AutoCloneStyle SIMPLE


 

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