1 package org.kohsuke.args4j; 2 3 public class InheritanceGrandfather { 4 @Option(name="-g") 5 public String grandpa; 6 }