KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > eclipse > example > schoollibrary > SchoolLibrary


1 package org.eclipse.example.schoollibrary;
2
3 import org.eclipse.example.library.Library;
4
5 /**
6  * @model
7  */

8 public interface SchoolLibrary extends Library
9 {
10   /**
11    * @model
12    */

13   String JavaDoc getLocation();
14 }
15
Popular Tags