Support class type parameters annotation checking

This commit is contained in:
Mikhael Bogdanov
2021-05-27 10:55:07 +02:00
parent a8186d19d6
commit b72aa76415
13 changed files with 211 additions and 9 deletions
@@ -26,7 +26,7 @@ public enum class AnnotationTarget {
CLASS,
/** Annotation class only */
ANNOTATION_CLASS,
/** Generic type parameter (unsupported yet) */
/** Generic type parameter */
TYPE_PARAMETER,
/** Property */
PROPERTY,