Module com.github.rvesse.airline
Annotation Interface PortRange
Annotation that indicates that an option/argument denotes a port number and
its value should be restricted as such to a specific set of ports. If you
just want to restrict to a predefined port type you should use
}
instead, or if you need multiple ranges then use
}.
invalid @link
{@link @Port
invalid @link
{@link @PortRanges
-
Required Element Summary
Required Elements
-
Element Details
-
minimum
int minimumSets the minimum port (inclusive)- Returns:
- Minimum port
-
maximum
int maximumSets the maximum port (inclusive)- Returns:
- Maximum port
-