mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
15 lines
606 B
Java
Generated
15 lines
606 B
Java
Generated
// Generated automatically from io.netty.util.AttributeKey for testing purposes
|
|
|
|
package io.netty.util;
|
|
|
|
import io.netty.util.AbstractConstant;
|
|
|
|
public class AttributeKey<T> extends AbstractConstant<AttributeKey<T>>
|
|
{
|
|
protected AttributeKey() {}
|
|
public static <T> io.netty.util.AttributeKey<T> newInstance(String p0){ return null; }
|
|
public static <T> io.netty.util.AttributeKey<T> valueOf(Class<? extends Object> p0, String p1){ return null; }
|
|
public static <T> io.netty.util.AttributeKey<T> valueOf(String p0){ return null; }
|
|
public static boolean exists(String p0){ return false; }
|
|
}
|