You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Benson Margulies <bi...@gmail.com> on 2009/09/05 14:46:33 UTC

Generics and JAX-RS API

public abstract class AbstractAegisProvider
    implements MessageBodyReader<Object>, MessageBodyWriter<Object>

It seems to me that this is supposed to be <?>. This is resulting in
warnings that need to be suppressed for any type that isn't precisely
Object.