Java: add missing QLDoc for NamingConventionsCommon.qll

This commit is contained in:
yo-h
2020-05-09 21:11:43 -04:00
parent 0e1ca44dfd
commit e33ebdc803

View File

@@ -1,5 +1,8 @@
/** Provides classes and predicates related to Java naming conventions. */
import java
/** A field that is both `static` and `final`. */
class ConstantField extends Field {
ConstantField() {
this.isStatic() and