org.oddjob.framework
Interface Transient


public interface Transient

A marker interface to indicate that an object is not serializeable.

It is required becuase Proxy implements serializable so we need to be able to override this for proxying objects that aren't serializable.