CodeQL library for Java/Kotlin
codeql/java-all 0.9.0 (changelog, source)
Search

Member predicate SpringRemotingDestinationClass::isIncluding

Holds if the class is operating on an “include” or “exclude” basis.

The class is operating on an “include” basis if at least one method is specified as an include method, otherwise it operates on an “exclude” basis. If it is operating on an include basis, only those methods specified on the include list are exported. If it is operation on an exclude basis, only those methods that are not marked as excluded are exported.

predicate isIncluding()