Skip to content

Commit 1eaf368

Browse files
committed
Automated cypher reference document generation (CI)
1 parent dd2a5c1 commit 1eaf368

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cypher/CYPHER.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,13 @@ Script | Directory | Description
165165
| [List_types_that_are_used_by_many_different_packages.cypher](./Internal_Dependencies/List_types_that_are_used_by_many_different_packages.cypher) | Internal_Dependencies | List types that are used by many different packages |
166166
| [Annotated_code_elements.cypher](./Java/Annotated_code_elements.cypher) | Java | Annotated code elements overall by element type with some examples |
167167
| [Annotated_code_elements_per_artifact.cypher](./Java/Annotated_code_elements_per_artifact.cypher) | Java | Annotated code elements per artifact and element type with some examples |
168+
| [JakartaEE_REST_Annotations.cypher](./Java/JakartaEE_REST_Annotations.cypher) | Java | Jakarta Enterprise Edition JAX-RS REST Annotations --- Method Http Annotation --- |
169+
| [JakartaEE_REST_Annotations_Nodes.cypher](./Java/JakartaEE_REST_Annotations_Nodes.cypher) | Java | Jakarta Enterprise Edition JAX-RS REST Annotations Nodes --- Method Http Annotation --- |
168170
| [Java_Reflection_usage.cypher](./Java/Java_Reflection_usage.cypher) | Java | Query Java Reflection usage combined with invokations of "Class.forName" |
169171
| [Java_Reflection_usage_detailed.cypher](./Java/Java_Reflection_usage_detailed.cypher) | Java | Query all types that use Java Reflection or "Class.forName" |
170172
| [Java_deprecated_element_usage.cypher](./Java/Java_deprecated_element_usage.cypher) | Java | Query deprecated type and member usage by non deprecated elements |
171173
| [Java_deprecated_element_usage_detailed.cypher](./Java/Java_deprecated_element_usage_detailed.cypher) | Java | List all non deprecated elements (types, members) that call deprecated elements |
174+
| [Spring_Web_Request_Annotations.cypher](./Java/Spring_Web_Request_Annotations.cypher) | Java | Spring Web Request Annotations --- Method HTTP Annotation --- |
172175
| [List_all_existing_artifacts.cypher](./List_all_existing_artifacts.cypher) | | List all existing artifacts |
173176
| [Methods_1_Delete_Projection.cypher](./Method_Projection/Methods_1_Delete_Projection.cypher) | Method_Projection | Delete projection if existing. Variables: dependencies_projection |
174177
| [Methods_2_Create_Projection.cypher](./Method_Projection/Methods_2_Create_Projection.cypher) | Method_Projection | Create directed projection for methods. Variables: dependencies_projection, dependencies_projection_weight_property |

0 commit comments

Comments
 (0)