Details
Description
QDox doesn't support method type-parameters, e.g.
public <T extends Object> T retrieve(Class<T> klass, Object key)
{ return x; }
Originally raised by Marc Schneider in QDOX-66.
Activity
Mike Williams
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |
Mike Williams
made changes -
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Using 1.9 there appears to be no way to obtain type parameters.
i.e. as with the example above, one cannot obtain the type parameter "<T extends Object>".