File: SchoolLibrary.java

package info (click to toggle)
eclipse-emf 2.42.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 73,344 kB
  • sloc: java: 711,198; xml: 12,829; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package org.eclipse.example.schoollibrary;

import org.eclipse.example.library.Library;

/**
 * @model
 */
public interface SchoolLibrary extends Library
{
  /**
   * @model
   */
  String getLocation();
}