// Interface for a versioned object package com.oreilly.patterns.chapter10; public interface Versioned { public long getVersion(); }