netty5/codec/src
Norman Maurer fbf8533759 [#2812] Ensure we call checkForSharableAnnotation in all constructors of ByteToMessageCodec
Motivation:

ByteToMessageCodec miss to check for @Sharable annotation in one of its constructors.

Modifications:

Ensure we call checkForSharableAnnotation in all constructors.

Result:

After your change, what will change.
2014-08-23 21:03:25 +02:00
..
main/java/io/netty/handler/codec [#2812] Ensure we call checkForSharableAnnotation in all constructors of ByteToMessageCodec 2014-08-23 21:03:25 +02:00
test [#2812] Ensure we call checkForSharableAnnotation in all constructors of ByteToMessageCodec 2014-08-23 21:03:25 +02:00