Package org.oddjob.framework
Interface Transient
- All Known Implementing Classes:
SplitDestinations
public interface Transient
A marker interface to indicate that an object is
not {link java.io.Serializeable}.
It is required because Proxy implements Serializable so we need to be able to override this for proxying objects that aren't serializable.