@AliasFor(value="value") public abstract String name
public abstract boolean required
Defaults to true, leading to an exception being thrown
if the parameter is missing in the request. Switch this to
false if you prefer a null value if the parameter is
not present in the request.
Alternatively, provide a defaultValue(), which implicitly
sets this flag to false.
public abstract String defaultValue
Supplying a default value implicitly sets required() to
false.
Copyright © 2021. All rights reserved.