Release 5.0.0.15
Date: Mar 24, 2013
Juno 5.0.0.15 is a moderate update.
-
Juno-Wink integration components that have been requested by many for a long time! Refer to
jaxrsfor information. -
New
@Producesannotation in place ofISerializer.getMediaTypes()
for specifying what media types a serializer produces. Available when subclassing from Serializer. -
New
@Consumesannotation in place ofIParser.getMediaTypes()
for specifying what media types a parser consumes. Available when subclassing from Parser.