mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
11 lines
213 B
Java
Generated
11 lines
213 B
Java
Generated
// Generated automatically from io.netty.buffer.ByteBufConvertible for testing purposes
|
|
|
|
package io.netty.buffer;
|
|
|
|
import io.netty.buffer.ByteBuf;
|
|
|
|
public interface ByteBufConvertible
|
|
{
|
|
ByteBuf asByteBuf();
|
|
}
|