public @interface InternalSdk
Annotation to indicate a class or method is only meant for internal SDK usage, and may break/change without notice.
Classes or methods with this annotation generally appear in non-'internal' packages so that they show up for documentation but are not intended to for consumers to actually use.
Note, by convention, any class with 'internal' in the package name is not intended for consumers to directly use, regardless of whether or not it contains this annotation.
Copyright © 2016–2021. All rights reserved.