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