package com.toy.anagrams.tests; public class JavadocLexerPlayground { /** @author joe */ private static final String AAA = "AAA"; /** @since aaa */ private static final String BBB = "BBB"; }