mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
plugin_extensions.md: note about enum EP properties problem with custom toString()
This commit is contained in:
parent
884aae4e8d
commit
4eb51a26b8
@ -133,4 +133,4 @@ Specifying `@org.jetbrains.annotations.Nls` validates a UI `String` capitalizati
|
|||||||
|
|
||||||
Properties marked as `@Deprecated` or annotated with any of [`ApiStatus`](https://github.com/JetBrains/java-annotations/blob/master/common/src/main/java/org/jetbrains/annotations/ApiStatus.java) `@Internal`, `@Experimental`, `@ScheduledForRemoval`, or `@Obsolete` will be highlighted accordingly.
|
Properties marked as `@Deprecated` or annotated with any of [`ApiStatus`](https://github.com/JetBrains/java-annotations/blob/master/common/src/main/java/org/jetbrains/annotations/ApiStatus.java) `@Internal`, `@Experimental`, `@ScheduledForRemoval`, or `@Obsolete` will be highlighted accordingly.
|
||||||
|
|
||||||
Attributes with `Enum` type support code insight with _lowerCamelCased_ notation (2020.1 and later).
|
Attributes with `Enum` type support code insight with _lowerCamelCased_ notation (2020.1 and later). Note: these must not override `toString()`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user