Package com.mchange.v2.codegen.intfc
Class ReflectiveDelegationPolicy
- java.lang.Object
-
- com.mchange.v2.codegen.intfc.ReflectiveDelegationPolicy
-
public final class ReflectiveDelegationPolicy extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ReflectiveDelegationPolicy
USE_MAIN_DELEGATE_INTERFACE
static ReflectiveDelegationPolicy
USE_RUNTIME_CLASS
-
Constructor Summary
Constructors Constructor Description ReflectiveDelegationPolicy(java.lang.Class dc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
USE_MAIN_DELEGATE_INTERFACE
public static final ReflectiveDelegationPolicy USE_MAIN_DELEGATE_INTERFACE
-
USE_RUNTIME_CLASS
public static final ReflectiveDelegationPolicy USE_RUNTIME_CLASS
-
-