netty-incubator-buffer-api/src/main/java
Chris Vest ef714c90d9 Hide Rc.countBorrows
The state that people really care about is whether or not an Rc has ownership.
Exposing the reference count will probably just confuse people.
The reference count is still exposed on RcSupport because it may be (and is, in the case of ByteBufAdaptor) needed to support implementation details.
2021-05-07 11:25:42 +02:00
..
io/netty/buffer/api Hide Rc.countBorrows 2021-05-07 11:25:42 +02:00
module-info.java Allow running AlternativeMessageDecoderTest from Maven 2021-04-27 14:09:27 +02:00