Class InvokeDefaultFunction

java.lang.Object
space.arim.dazzleconf.reflect.InvokeDefaultFunction

@API(status=MAINTAINED) public final class InvokeDefaultFunction extends Object
A marker value used for MethodYield that instructs the Instantiator to call the default method.

Equality on this object is not specified. Usage should test for it using instanceof checks.

  • Constructor Details

    • InvokeDefaultFunction

      public InvokeDefaultFunction()
      Creates
  • Method Details