package protectedPack; import java.lang.String; public class protectedPropertyInPackage { protected String foo = "OK"; }