JavaElementFinder now returns light classes, that use compiler on demand only
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* @author max
|
||||
*/
|
||||
package org.jetbrains.jet.lang.resolve.java;
|
||||
|
||||
import com.intellij.psi.PsiClass;
|
||||
|
||||
public interface JetJavaMirrorMarker extends PsiClass {
|
||||
}
|
||||
Reference in New Issue
Block a user