// License: GPL. For details, see LICENSE file. package org.openstreetmap.josm.gui.help; public interface Helpful { String helpTopic(); }