@Retention(value=RUNTIME) @Target(value={PARAMETER,FIELD,METHOD,CONSTRUCTOR}) public @interface Default
public abstract String value
Default annotation exists but value() is not specified, null
value would be set if the parameter is not present in the request.
Default annotation is not allowed for a path variable. If a user uses Default
annotation on a path variable, IllegalArgumentException would be raised.Copyright © 2020 LeanCloud. All rights reserved.