Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1
-
Labels:None
Description
Based on this method in the sync GWT-RPC interface :
List<Numero> getListeNumeros();
the generated async interface is :
void getListeNumeros( AsyncCallback<List> callback );
It may be :
void getListeNumeros( AsyncCallback<List<Numero>> callback );
Issue Links
- depends upon
-
QDOX-54
Support for retrieval of generic type information (JSR 14)
-
fix in qdox is available in 1.8-SNAPSHOT. With this fix this issue can be resolved. Modified code and a test added to this patch