mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
QQQ-14 checkstyle cleanup
This commit is contained in:
@ -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 {};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user