You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/springframework/data/neo4j/config/Neo4jCdiExtension.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,11 @@
37
37
/**
38
38
* This CDI extension enables Spring Data Neo4j on a CDI 2.0 compatible CDI container. It creates a Neo4j client, template
39
39
* and brings in the Neo4j repository mechanism as well. It is the main entry point to our CDI support.
40
-
* <p/>
40
+
* <p>
41
41
* It requires the presence of a Neo4j Driver bean. Other beans, like the {@link org.springframework.data.neo4j.core.convert.Neo4jConversions}
42
-
* can be overwritten by providing a producer of it. If such a producer or bean is added, it must not use any {@link javax.inject.Qualifier @Qualifier}
42
+
* can be overwritten by providing a producer of it. If such a producer or bean is added, it must not use any {@link jakarta.inject.Qualifier @Qualifier}
43
43
* on the bean.
44
-
* <p/>
44
+
* <p>
45
45
* This CDI extension can be used either via a build in service loader mechanism or through building a context manually.
0 commit comments