mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
a bit of javadoc
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user