move typeinfo annotations
annotations should not be used by developers, so place them under jet.runtime package
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
package jet.typeinfo;
|
||||
package jet.runtime.typeinfo;
|
||||
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package jet.typeinfo;
|
||||
package jet.runtime.typeinfo;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package jet.typeinfo;
|
||||
package jet.runtime.typeinfo;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
+3
-1
@@ -1,4 +1,6 @@
|
||||
package jet.typeinfo;
|
||||
package jet.runtime.typeinfo;
|
||||
|
||||
import jet.typeinfo.TypeInfoVariance;
|
||||
|
||||
/**
|
||||
* @author alex.tkachman
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package jet.typeinfo;
|
||||
package jet.runtime.typeinfo;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
+4
-2
@@ -1,4 +1,6 @@
|
||||
package jet.typeinfo;
|
||||
package jet.runtime.typeinfo;
|
||||
|
||||
import jet.typeinfo.TypeInfoVariance;
|
||||
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
@@ -13,7 +15,7 @@ public @interface JetTypeProjection {
|
||||
/**
|
||||
* @return variance of the type
|
||||
*/
|
||||
TypeInfoVariance variance();
|
||||
TypeInfoVariance variance();
|
||||
|
||||
/**
|
||||
* @return index of the class in the per class table of JetTypeDescriptor
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package jet.typeinfo;
|
||||
package jet.runtime.typeinfo;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
@@ -1,7 +1,7 @@
|
||||
package org.jetbrains.jet.rt;
|
||||
|
||||
import jet.TypeInfo;
|
||||
import jet.typeinfo.JetClass;
|
||||
import jet.runtime.typeinfo.JetClass;
|
||||
import jet.typeinfo.TypeInfoProjection;
|
||||
import jet.typeinfo.TypeInfoVariance;
|
||||
import org.jetbrains.jet.rt.signature.JetSignatureExceptionsAdapter;
|
||||
|
||||
Reference in New Issue
Block a user