mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 16:54:29 +02:00
Source API extractor
This commit is contained in:
@@ -34,4 +34,6 @@ public interface AnalysisCallback
|
||||
public void endSource(File sourcePath);
|
||||
/** Called when a module with a public 'main' method with the right signature is found.*/
|
||||
public void foundApplication(File source, String className);
|
||||
|
||||
public void api(File sourceFile, xsbti.api.Source source);
|
||||
}
|
||||
Reference in New Issue
Block a user