01: /**
02: * Title: OpenUSS - Open Source University Support System
03: * Description: Layout Formatter
04: * Copyright: Copyright (c) B. Lofi Dewanto
05: * Company: University of Muenster
06: * @author B. Lofi Dewanto
07: * @version 1.0
08: */package org.openuss.presentation.layoutformatter;
09:
10: /**
11: * The interface for layout formatter.
12: *
13: * @author B. Lofi Dewanto
14: * @version 1.0
15: */
16: public interface LayoutFormatter {
17: }
|