mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
QQQ-14 checkstyle cleanup
This commit is contained in:
@ -36,5 +36,8 @@ import java.lang.annotation.Target;
|
||||
@Target(ElementType.TYPE)
|
||||
public @interface InterpretableFields
|
||||
{
|
||||
/*******************************************************************************
|
||||
** list of field names in the class that are interpretable.
|
||||
*******************************************************************************/
|
||||
String[] fieldNames() default {};
|
||||
}
|
||||
|
Reference in New Issue
Block a user