package lectures.inheritance.is_a; import util.annotations.WebDocuments; @WebDocuments({"Lectures/InheritanceIsA.pptx", "Lectures/InheritanceIsA.pdf", "Videos/InheritanceIsA.avi"}) public class APrintable { }