1 package com.github.triceo.splitlog.api;
2
3 /**
4 * A tagging interface to mark classes that are allowed to send message delivery
5 * notifications to {@link CommonFollower}s.
6 *
7 */
8 public interface MessageSource extends MessageMetricProducer {
9
10 }