Support class type parameters annotation checking
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user