Top Description Methods
io.netty.util.internal.shaded.org.jctools.util

public @Interface InternalAPI

extends Annotation
Annotations
@Target:TYPE, METHOD, FIELD, CONSTRUCTOR
@Retention:SOURCE
Imports
java.lang.annotation.ElementType, .Retention, .RetentionPolicy, .Target

This annotation marks classes and methods which may be public for any reason (to support better testing or reduce code duplication) but are not intended as public API and may change between releases without the change being considered a breaking API change (a major release).

Method Summary

Inherited from java.lang.annotation.Annotation:
annotationTypeequalshashCodetoString