mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
support jdk8 language extensions (IDEA-104310 External build: no output is generated when compiling type annotations (JDK 1.8))
This commit is contained in:
@@ -38,5 +38,19 @@ public enum ElemType {
|
||||
ANNOTATION_TYPE,
|
||||
|
||||
/** Package declaration */
|
||||
PACKAGE
|
||||
PACKAGE,
|
||||
|
||||
/**
|
||||
* Type parameter declaration
|
||||
*
|
||||
* @since 1.8
|
||||
*/
|
||||
TYPE_PARAMETER,
|
||||
|
||||
/**
|
||||
* Use of a type
|
||||
*
|
||||
* @since 1.8
|
||||
*/
|
||||
TYPE_USE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user