Uses of Class
com.github.rvesse.airline.examples.inheritance.Parent
Packages that use Parent
-
Uses of Parent in com.github.rvesse.airline.examples.inheritance
Subclasses of Parent in com.github.rvesse.airline.examples.inheritanceModifier and TypeClassDescriptionclassWhen 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.classclassWhen inheriting from existing classes it is possible to override previously defined options but only if you are explicit about it.