Package com.jetbrains

Annotation Type Provided


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface Provided
Marks classes and interfaces whose implementation is provided by JBR API. These types must not be inherited by client code unless explicitly marked with Provides.