Uses of Class
com.github.rvesse.airline.annotations.restrictions.Required
-
-
Uses of Required in com.github.rvesse.airline.examples.sendit
Fields in com.github.rvesse.airline.examples.sendit with annotations of type Required Modifier and Type Field Description java.util.List<java.lang.String>PostalAddress. addressLinesjava.lang.StringPostalAddress. postCodejava.util.List<java.lang.String>CheckPostcodes. postCodesjava.lang.StringPostalAddress. recipientjava.lang.DoublePackage. weight -
Uses of Required in com.github.rvesse.airline.examples.simple
Fields in com.github.rvesse.airline.examples.simple with annotations of type Required Modifier and Type Field Description private java.util.List<java.lang.String>RequiredArguments. args -
Uses of Required in com.github.rvesse.airline.examples.userguide.help.bash
Fields in com.github.rvesse.airline.examples.userguide.help.bash with annotations of type Required Modifier and Type Field Description private java.util.List<java.lang.String>FileInfo. files -
Uses of Required in com.github.rvesse.airline.examples.userguide.parser
Fields in com.github.rvesse.airline.examples.userguide.parser with annotations of type Required Modifier and Type Field Description private java.lang.LongByteCalculator. bytes -
Uses of Required in com.github.rvesse.airline.examples.userguide.restrictions
Fields in com.github.rvesse.airline.examples.userguide.restrictions with annotations of type Required Modifier and Type Field Description private java.lang.StringRequiredOption. name
-