mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Nullity annotations
This commit is contained in:
@@ -16,15 +16,17 @@
|
||||
package com.jetbrains.python.newProject;
|
||||
|
||||
import com.intellij.openapi.projectRoots.Sdk;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
/**
|
||||
* @author yole
|
||||
*/
|
||||
public interface PyFrameworkProjectGenerator {
|
||||
|
||||
@NotNull
|
||||
String getFrameworkTitle();
|
||||
|
||||
boolean isFrameworkInstalled(Sdk sdk);
|
||||
boolean isFrameworkInstalled(@NotNull Sdk sdk);
|
||||
|
||||
boolean supportsPython3();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user