* APIviz tag tweak

This commit is contained in:
Trustin Lee 2010-02-02 02:13:06 +00:00
parent a6761fb4c9
commit ce0d983825
3 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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 {

View File

@ -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