QQQ-14 checkstyle cleanup

This commit is contained in:
2022-06-29 10:15:06 -05:00
parent 656589b0df
commit 253dfaf497

View File

@ -36,5 +36,8 @@ import java.lang.annotation.Target;
@Target(ElementType.TYPE) @Target(ElementType.TYPE)
public @interface InterpretableFields public @interface InterpretableFields
{ {
/*******************************************************************************
** list of field names in the class that are interpretable.
*******************************************************************************/
String[] fieldNames() default {}; String[] fieldNames() default {};
} }