Fixed pom error

Added APIviz markups
This commit is contained in:
Trustin Lee 2008-12-03 08:38:03 +00:00
parent deb8f2b4c0
commit 748c169ee2
3 changed files with 5 additions and 1 deletions

View File

@ -261,7 +261,7 @@
-group "Central interface for all I/O operations" ${project.groupId}.channel*
-group "Client & Server bootstrapping utilities" ${project.groupId}.bootstrap*
-group "Reusable I/O event interceptors" ${project.groupId}.handler*
-group "Miscellaneous" ${project.groupId}.logging* ${project.groupId}.group*
-group "Miscellaneous" ${project.groupId}.logging*:${project.groupId}.group*
-sourceclasspath ${project.build.outputDirectory}
</additionalparam>
<encoding>UTF-8</encoding>

View File

@ -30,6 +30,8 @@ import org.jboss.netty.channel.ChannelUpstreamHandler;
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)
* @version $Rev$, $Date$
*
* @apiviz.landmark
*/
public class DecoderEmbedder<T> extends AbstractCodecEmbedder<T> {

View File

@ -30,6 +30,8 @@ import org.jboss.netty.channel.ChannelDownstreamHandler;
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)
* @version $Rev$, $Date$
*
* @apiviz.landmark
*/
public class EncoderEmbedder<T> extends AbstractCodecEmbedder<T> {