OnJava8-Examples/innerclasses/Destination.java

6 lines
136 B
Java
Raw Normal View History

2015-06-15 17:47:35 -07:00
//: innerclasses/Destination.java
// <20>2015 MindView LLC: see Copyright.txt
public interface Destination {
String readLabel();
} ///:~