@Retention(value=RUNTIME) @Target(value={PARAMETER,FIELD,METHOD,CONSTRUCTOR}) public @interface Header
a parameter of an annotated service method
or, a field of a request bean
or, a constructor with only one parameter of a request bean
or, a method with only one parameter of a request bean
or, a parameter of a request bean constructor
or, a parameter of a request bean method
(See: RequestConverter and RequestConverterFunction)
public abstract String value
Copyright © 2020 LeanCloud. All rights reserved.