Files
codeql/java/ql/test/stubs/netty-4.1.x/io/netty/channel/ChannelId.java
2023-03-23 14:37:30 +00:00

12 lines
264 B
Java
Generated

// Generated automatically from io.netty.channel.ChannelId for testing purposes
package io.netty.channel;
import java.io.Serializable;
public interface ChannelId extends Comparable<ChannelId>, Serializable
{
String asLongText();
String asShortText();
}