what does PACKAGE_FQ and PACKAGE_FQ mean

I see them in ReferenceKind in org.jetbrains.plugins.groovy.lang.psi.impl.types. Any one know? THanks.
0

It is for references within a package statement.

package com.example;


It says that this reference only refers to fully qualified package names.

0

请先登录再写评论。