- Revision
- 709
- Author
- rfscholte
- Date
- 2010-03-05 12:41:47 -0600 (Fri, 05 Mar 2010)
Log Message
fix for QDOX-205: expose actualTypeArguments
Modified Paths
Diff
Modified: trunk/qdox/src/java/com/thoughtworks/qdox/model/Type.java (708 => 709)
--- trunk/qdox/src/java/com/thoughtworks/qdox/model/Type.java 2010-03-04 21:05:47 UTC (rev 708) +++ trunk/qdox/src/java/com/thoughtworks/qdox/model/Type.java 2010-03-05 18:41:47 UTC (rev 709) @@ -225,6 +225,15 @@ } /** + * + * @return the actualTypeArguments or null + */ + public Type[] getActualTypeArguments() + { + return actualArgumentTypes; + } + + /** * Returns getValue() extended with the array information * * @return
To unsubscribe from this list please visit:
