All Classes and Interfaces
Class
Description
An element annotated
OptIn explicitly opts in into APIs annotated with a specified marker
annotation.A container for the
repeatable OptIn annotation.Denotes that the annotated annotation class is a marker annotation of an API that requires an explicit opt-in.
Levels used for identifying the severity of using an opt-in API without explicitly declaring it.
A type annotated with
SubtypingRequiresOptIn requires an explicit opt-in for a specified marker annotation only when it is sub-typed.A container for the
repeatable SubtypingRequiresOptIn annotation.