Target is only Check modules.
To allow for easier parsing of message keys, we should add an annotation for them.
@MessageKey
public static final String MSG_KEY = "msg.key";
The purpose of this issue is to create the annotation and apply it to all checks' message keys. A checkstyle config can be added to ensure that this annotation exists in each module java file.