Skip to content

Commit aa698b8

Browse files
committed
[hibernate#2855] Add java doc to package-info.java
It reminds us which test case is using it, and it also handy to use it with Spotless: Spotless ignore pacakge-info.java files, but if we add javadoc we can create a separate rule for applying the license header.
1 parent 1f822b0 commit aa698b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hibernate-reactive-core/src/test/java/org/hibernate/reactive/package-info.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/**
2+
* Used in {@link org.hibernate.reactive.FilterTest}
3+
*/
14
@FilterDef(name = "current", defaultCondition = "deleted = false")
25
@FilterDef(name = "region", defaultCondition = "region = :region", parameters = @ParamDef(name = "region", type = org.hibernate.type.descriptor.java.StringJavaType.class))
36
package org.hibernate.reactive;

0 commit comments

Comments
 (0)