org.jetbrains.annotations
Annotation Type NonNls


@Documented
@Retention(value=CLASS)
@Target(value={METHOD,FIELD,PARAMETER,LOCAL_VARIABLE,TYPE,PACKAGE})
public @interface NonNls

Specifies that an element of the program is not a user-visible string which needs to be localized, or does not contain such strings. The annotation is intended to be used by localization tools for detecting strings which should not be reported as requiring localization.

Author:
max