Wednesday, 18 September 2013

JAXB: how to declare a variable as class in xsd

JAXB: how to declare a variable as class in xsd

how to specify the variable type as class?
i tried with type as MyClass but in converted java class,getting the
object of MyClass. but i want to have myclass.class type

No comments:

Post a Comment