Checkstyle!

This commit is contained in:
2025-03-19 16:51:41 -05:00
parent 916c8c3ba6
commit 8f0d117b13

View File

@ -38,6 +38,9 @@ public @interface ChildJoin
OrderBy[] orderBy() default { };
/***************************************************************************
**
***************************************************************************/
@interface OrderBy
{
String fieldName();