Package com.jetbrains

Annotation Type Service


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface Service
Marks JBR API service. Services are available via JBR#is<NAME>Available() and JBR#get<NAME>(). Service types must not be inherited by client code.