Deprecate KPackage, to be removed later

This commit is contained in:
Alexander Udalov
2015-10-08 16:45:28 +03:00
parent 790c59d9e5
commit 0218e0351b
15 changed files with 31 additions and 195 deletions
@@ -19,4 +19,6 @@ package kotlin.reflect
/**
* Represents a package and provides introspection capabilities.
*/
@Deprecated("This class will be deleted soon because reflection on packages is going to be redesigned " +
"after the introduction of new kinds of runtime representations of packages on JVM.")
public interface KPackage : KDeclarationContainer