1 /* 2 @COPYRIGHT@ 3 */ 4 package demo.sharededitor.models; 5 6 final class Image 7 extends Square 8 { 9 // Nothing to implement here; This is just a signature/marker class for our demos - so the user will 10 // be able to easily identify the Image objects that are currently shared when browsing the shared 11 // object graphs in the TC Admin console. 12 } 13