Skip to content

Commit 1fd2844

Browse files
committed
Java: Add link to the library customization page.
1 parent 690b394 commit 1fd2844

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/codeql/codeql-language-guides/codeql-for-java.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
2525
javadoc
2626
working-with-source-locations
2727
abstract-syntax-tree-classes-for-working-with-java-programs
28+
customizing-library-models-for-java
2829

2930
- :doc:`Basic query for Java code <basic-query-for-java-code>`: Learn to write and run a simple CodeQL query.
3031

@@ -46,3 +47,4 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
4647

4748
- :doc:`Abstract syntax tree classes for working with Java programs <abstract-syntax-tree-classes-for-working-with-java-programs>`: CodeQL has a large selection of classes for representing the abstract syntax tree of Java programs.
4849

50+
- :doc:`Customizing library models for Java <customizing-library-models-for-java>`: You can customize the CodeQL library for Java to model the behavior of your own Java libraries using data extensions.

0 commit comments

Comments
 (0)