blob: 4ecc9f5d6cea7b6db8bc4ce9c61e70d1367ce62e [file] [log] [blame]
// fake reactivestreams publisher
package org.reactivestreams;
public interface Publisher<T> {
}