Module aya.ij.util.text
Package com.intellij.openapi.util
Annotation Interface NlsContexts.SystemNotificationTitle
- Enclosing class:
- NlsContexts
@Nls(capitalization=Title)
@Target({TYPE_USE,PARAMETER,METHOD})
public static @interface NlsContexts.SystemNotificationTitle
Use it for annotating OS provided notification title, such as "project built" or "tests running finished".
See also #SystemNotificationText.