01: /*
02: * All content copyright (c) 2003-2007 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice. All rights reserved.
03: */
04: package com.tctest.transparency;
05:
06: /**
07: * @author Eugene Kuleshov
08: */
09: public interface MarkerInterface {
10:
11: // A marker interface used in the expression matching
12:
13: }
|