Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
@Scope(ScopeType.SINGELTONSINGLETON)
@Provider
public class MyProvider implements MessageBodyReader<String>{
    ...
}

...