package test; public class StaticFinal { public static final String foo = "aaa"; }