Uses of Class
com.github.rvesse.airline.examples.inheritance.Child
-
Packages that use Child Package Description com.github.rvesse.airline.examples.inheritance -
-
Uses of Child in com.github.rvesse.airline.examples.inheritance
Subclasses of Child in com.github.rvesse.airline.examples.inheritance Modifier and Type Class Description class
BadGrandchild
When inheriting from existing classes the default behaviour is to prevent overriding of options as Airline assumes the conflicting definitions are an error on the part of the developer.class
GoodGrandchild
When inheriting from existing classes it is possible to override previously defined options but only if you are explicit about it.
-