1 package org.kohsuke.args4j; 2 3 public interface InheritanceMother { 4 @Option(name="-mom") 5 public void setMom(String m); 6 }