* APIviz tag tweak
This commit is contained in:
parent
a6761fb4c9
commit
ce0d983825
@ -31,6 +31,8 @@ import org.jboss.netty.channel.ChannelHandler.Sharable;
|
||||
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||
*
|
||||
* @version $Rev$, $Date$
|
||||
*
|
||||
* @apiviz.exclude
|
||||
*/
|
||||
@Inherited
|
||||
@Documented
|
||||
|
@ -22,6 +22,8 @@ package org.jboss.netty.channel;
|
||||
* @author <a href="http://gleamynode.net/">Trustin Lee</a>
|
||||
*
|
||||
* @version $Rev$, $Date$
|
||||
*
|
||||
* @apiviz.has org.jboss.netty.channel.ReceiveBufferSizePredictor oneway - - creates
|
||||
*/
|
||||
public interface ReceiveBufferSizePredictorFactory {
|
||||
|
||||
|
@ -20,6 +20,8 @@
|
||||
* and <a href="http://en.wikipedia.org/wiki/Gzip">gzip</a>.
|
||||
*
|
||||
* @apiviz.exclude \.codec\.(?!compression)[a-z0-9]+\.
|
||||
* @apiviz.exclude ^java\.lang\.
|
||||
* @apiviz.exclude \.channel\.
|
||||
*/
|
||||
package org.jboss.netty.handler.codec.compression;
|
||||
// TODO Implement bzip2 and lzma handlers
|
||||
|
Loading…
Reference in New Issue
Block a user