mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
13 lines
341 B
Java
Generated
13 lines
341 B
Java
Generated
// Generated automatically from io.netty.util.AttributeMap for testing purposes
|
|
|
|
package io.netty.util;
|
|
|
|
import io.netty.util.Attribute;
|
|
import io.netty.util.AttributeKey;
|
|
|
|
public interface AttributeMap
|
|
{
|
|
<T> boolean hasAttr(io.netty.util.AttributeKey<T> p0);
|
|
<T> io.netty.util.Attribute<T> attr(io.netty.util.AttributeKey<T> p0);
|
|
}
|