Comments
Just after the @RBEntry, it is recommended that you include a @RBComment, like this:
@RBEntry("Some value")

@RBComment("Explanation of what the entry is used for")

public static final String DISPLAY_NAME = "DISPLAY_NAME";
These comments are intended to give translators some context of how the text should be translated, and will not actually be visible to the user. @RBComment lines are optional, but it is recommended to include them to avoid questions from the translators asking where the entry is used in the system.