package at.gv.egiz.eaaf.core.api.logging; import java.util.List; public interface IMessageSourceLocation { /** * Get the location of a module specific message source. * * @return */ List getMessageSourceLocation(); }