fix bug with json arrays

This commit is contained in:
Sebastian Sdorra
2010-09-04 16:05:26 +02:00
parent 5b8175ca8b
commit 87599bf277

View File

@@ -27,6 +27,7 @@ import javax.xml.bind.JAXBContext;
* *
* @author Sebastian Sdorra * @author Sebastian Sdorra
*/ */
@Provider
public class JsonJaxbContextResolver implements ContextResolver<JAXBContext> public class JsonJaxbContextResolver implements ContextResolver<JAXBContext>
{ {