mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
11 lines
220 B
Java
Generated
11 lines
220 B
Java
Generated
// Generated automatically from io.netty.util.Constant for testing purposes
|
|
|
|
package io.netty.util;
|
|
|
|
|
|
public interface Constant<T extends Constant<T>> extends java.lang.Comparable<T>
|
|
{
|
|
String name();
|
|
int id();
|
|
}
|