Interface HasRevision<T>
public interface HasRevision<T>
An interface that provides a
Revision with an object.-
Method Summary
-
Method Details
-
of
Creates a new instance with the specified object and revision. -
revision
-
object
T object()Returns the object.
-