Fixed pom error
Added APIviz markups
This commit is contained in:
parent
deb8f2b4c0
commit
748c169ee2
2
pom.xml
2
pom.xml
@ -261,7 +261,7 @@
|
|||||||
-group "Central interface for all I/O operations" ${project.groupId}.channel*
|
-group "Central interface for all I/O operations" ${project.groupId}.channel*
|
||||||
-group "Client & Server bootstrapping utilities" ${project.groupId}.bootstrap*
|
-group "Client & Server bootstrapping utilities" ${project.groupId}.bootstrap*
|
||||||
-group "Reusable I/O event interceptors" ${project.groupId}.handler*
|
-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}
|
-sourceclasspath ${project.build.outputDirectory}
|
||||||
</additionalparam>
|
</additionalparam>
|
||||||
<encoding>UTF-8</encoding>
|
<encoding>UTF-8</encoding>
|
||||||
|
@ -30,6 +30,8 @@ import org.jboss.netty.channel.ChannelUpstreamHandler;
|
|||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author The Netty Project (netty-dev@lists.jboss.org)
|
||||||
* @author Trustin Lee (tlee@redhat.com)
|
* @author Trustin Lee (tlee@redhat.com)
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
|
*
|
||||||
|
* @apiviz.landmark
|
||||||
*/
|
*/
|
||||||
public class DecoderEmbedder<T> extends AbstractCodecEmbedder<T> {
|
public class DecoderEmbedder<T> extends AbstractCodecEmbedder<T> {
|
||||||
|
|
||||||
|
@ -30,6 +30,8 @@ import org.jboss.netty.channel.ChannelDownstreamHandler;
|
|||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author The Netty Project (netty-dev@lists.jboss.org)
|
||||||
* @author Trustin Lee (tlee@redhat.com)
|
* @author Trustin Lee (tlee@redhat.com)
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
|
*
|
||||||
|
* @apiviz.landmark
|
||||||
*/
|
*/
|
||||||
public class EncoderEmbedder<T> extends AbstractCodecEmbedder<T> {
|
public class EncoderEmbedder<T> extends AbstractCodecEmbedder<T> {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user