AnnotationTarget.PACKAGE was dropped

This commit is contained in:
Mikhail Glukhikh
2015-09-02 18:09:43 +03:00
parent c836060f3a
commit 699f1e0a70
13 changed files with 4 additions and 35 deletions
@@ -20,8 +20,6 @@ package kotlin.annotation
* Contains the list of code elements which are the possible annotation targets
*/
public enum class AnnotationTarget {
/** Package directive */
PACKAGE,
/** Class, interface or object, annotation class is also included */
CLASSIFIER,
/** Annotation class only */