Package groovy.transform.builder
Class InitializerStrategy.UNSET
java.lang.Object
groovy.transform.builder.InitializerStrategy.UNSET
- Enclosing class:
- InitializerStrategy
public abstract static class InitializerStrategy.UNSET
extends java.lang.Object
Internal phantom type used by the 
InitializerStrategy to indicate that a property remains unset. It is used in conjunction with the generated parameterized type helper class.- 
Constructor SummaryConstructors Constructor Description UNSET()
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
UNSETpublic UNSET()
 
-