1 package net.sf.cglib.reflect.sub;2 abstract class GrandParent {3 public String getHerb() {4 return "dill";5 }6 }7