diff --git a/java/ql/src/semmle/code/java/Reflection.qll b/java/ql/src/semmle/code/java/Reflection.qll index 23cb1a1cd43..2b58866cf6a 100644 --- a/java/ql/src/semmle/code/java/Reflection.qll +++ b/java/ql/src/semmle/code/java/Reflection.qll @@ -47,6 +47,9 @@ private XMLElement elementReferencingType(RefType rt) { } abstract private class ReflectiveClassIdentifier extends Expr { + /** + * Gets the type of a class identified by this expression. + */ abstract RefType getReflectivelyIdentifiedClass(); }