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. addressLines
java.lang.String
PostalAddress. postCode
java.util.List<java.lang.String>
CheckPostcodes. postCodes
java.lang.String
PostalAddress. recipient
java.lang.Double
Package. 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.Long
ByteCalculator. 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.String
RequiredOption. name
-