- All Implemented Interfaces:
- Serializable
public final class Void
extends Object
implements Serializable
A class representing the return value of a no-return method for the Operation interface. Since
java.lang.Void does not implement Serializable (and thus cannot be used) here is our own
implementation of an instanceless class.
- See Also:
- Serialized Form