Search Results

Search found 1 results on 1 pages for 'jlanza'.

Page 1/1 | 1 

  • Dynamic class annotation

    - by jlanza
    Hi, I want to annotate a class dynamically to make it the more generic as possible: public class Test<T> { @XmlAttribute(name = dynamicvalue) T[] data; public Test(String dynamicvalue) { } } Is there any way to achieve something like this. TA

    Read the article

1