Skip to content

Commit c778258

Browse files
UbuntuUbuntu
Ubuntu
authored and
Ubuntu
committed
Add package-info to WebFlux folders
1 parent 45711bb commit c778258

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/**
2+
* Spring Data webflux configuration.
3+
*/
4+
@org.springframework.lang.NonNullApi
5+
package org.springframework.data.webflux.config;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/**
2+
* Integration with Spring WebFlux.
3+
*/
4+
@org.springframework.lang.NonNullApi
5+
package org.springframework.data.webflux;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/**
2+
* Querydsl-specific webflux support.
3+
*/
4+
@org.springframework.lang.NonNullApi
5+
package org.springframework.data.webflux.querydsl;

0 commit comments

Comments
 (0)