JAXB - generated classes implement interface

Posted by C. Ross on Stack Overflow See other posts from Stack Overflow or by C. Ross
Published on 2010-05-26T19:44:31Z Indexed on 2010/05/26 19:51 UTC
Read the original article Hit count: 239

Filed under:
|
|

Is there a way to configure JAXB to so that a generated class implements a specified interface? I'm intending to use JAXB generated classes as DAO's and they should be able implement my DAO interface.

© Stack Overflow or respective owner

Related posts about java

Related posts about interface