Closed conorroche closed 9 years ago
i have now committed a fix for this, waiting to hear back from @TuomasKiviaho to see if this has resolved his issue
no response so closing as tests passing and I have no reason not to believe this has been resolved
this was raised as a comment to issue #38, am raising as a separate issue.
for example:
public abstract class Bar {
}
@Path("/foo") @Produces({ MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML }) public abstract class Foo {
}