Hi all,
Is there any way of picking up the parameter section in a parameterized type of the return type for a ControlExtension from the impl's invoke() method ?
What I mean is , for an example like this :
"
@ControlExtension
public interface CustomControl extends BaseControl{
@SomeAnnotation (name="value")
public Iterator<SomeClass> getValues() throws SomeException;
}
"
Can I get to both "Iterator" and "SomeClass" as the defined return type for this method "getValues" ?
Also , is there any way of identifying this for the method parameters also ?
Thanks in advance Regards Mridul
-- The death rate on Earth is: .... (computing) .... One per person.
