@Retention(value=RUNTIME) @Target(value={PARAMETER,FIELD,METHOD,CONSTRUCTOR}) public @interface Param
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 2015–2018 LINE Corporation. All rights reserved.