Module io.netty5.common
Package io.netty5.util.internal

Annotation Type UnsafeAccess


  • @UnstableApi
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface UnsafeAccess
    Marker annotation for internal Netty classes that gives them permission to directly access the Unsafe instance, if available.