// 
// Decompiled by Procyon v0.6.0
// 

package io.netty.handler.codec.http3;

import org.jetbrains.annotations.NotNull;
import java.lang.annotation.Target;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Retention;
import java.lang.annotation.ElementType;
import javax.annotation.meta.TypeQualifierDefault;
import java.lang.annotation.Documented;

@Documented
@TypeQualifierDefault({ ElementType.PARAMETER, ElementType.METHOD })
@Retention(RetentionPolicy.CLASS)
@Target({ ElementType.PACKAGE })
@NotNull
@interface NotNullByDefault {
}
