Usage:
public void xxxMethod(@Header("headertoset") String id){
....
}
How to get the value using java reflection during runtime?
Expected:
p s v m(){
new XXObject().xxxMethod("sample-id");
//How to get the value of 'id' passed to method parameter by using the Header.class Annotations ??
}
Aucun commentaire:
Enregistrer un commentaire