// Generated automatically from org.reactivestreams.Publisher for testing purposes package org.reactivestreams; import org.reactivestreams.Subscriber; public interface Publisher { void subscribe(org.reactivestreams.Subscriber p0); }