#set( $symbol_pound = '#' ) #set( $symbol_dollar = '$' ) #set( $symbol_escape = '\' ) package ${package}.resources; import org.jrebirth.af.api.resource.font.FontName; /** * The class <strong>SampleFontNames</strong>. * * @author */ public enum SampleFontNames implements FontName { /** The Dink font. */ DINk; }