Skip to content

Commit ebb1106

Browse files
committed
add missing qldoc
1 parent cc7a9ef commit ebb1106

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/ql/lib/semmle/code/java/deadcode/EntryPoints.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ class JacksonMixinCallableEntryPoint extends EntryPoint {
128128
override Callable getALiveCallable() { result = this }
129129
}
130130

131+
/** A JAX annotation seen as a reflectively constructed class. */
131132
class JaxAnnotationReflectivelyConstructedClass extends ReflectivelyConstructedClass {
132133
JaxAnnotationReflectivelyConstructedClass() {
133134
this instanceof JaxWsEndpoint or
@@ -346,6 +347,7 @@ class GsonDeserializationEntryPoint extends ReflectivelyConstructedClass {
346347
}
347348
}
348349

350+
/** A JAXB deserialization entry point seen as a reflectively constructed class. */
349351
class JaxbDeserializationEntryPoint extends ReflectivelyConstructedClass {
350352
JaxbDeserializationEntryPoint() {
351353
// A class can be deserialized by JAXB if it's an `XmlRootElement`...

0 commit comments

Comments
 (0)