| 3 | // We make no guarantees that this code is fit for any purpose. |
| 4 | // Visit http://OnJava8.com for more book information. |
| 5 | public interface Destination { |
| 6 | String readLabel(); |
| 7 | } |
nothing calls this directly
no outgoing calls
no test coverage detected