a bit of javadoc

This commit is contained in:
Dmitry Jemerov
2014-12-05 17:51:12 +01:00
parent 72529af659
commit 13e1f72f19
@@ -22,6 +22,10 @@ import java.util.Collections;
import java.util.List;
/**
* The main entry point for the external build system plugins. Implementations of this class are registered as Java services, by
* creating a file META-INF/services/org.jetbrains.jps.incremental.BuilderService containing the qualified name of your implementation
* class.
*
* @author nik
*/
public abstract class BuilderService {