mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
documentation_provider.md: Make extension classes non-public and final
This commit is contained in:
parent
94a465e143
commit
e3a3dbd4fb
@ -34,7 +34,7 @@ In the first step, we create an empty class that extends
|
||||
and register it in the <path>[plugin.xml](plugin_configuration_file.md)</path>.
|
||||
|
||||
```java
|
||||
public class SimpleDocumentationProvider extends AbstractDocumentationProvider { }
|
||||
final class SimpleDocumentationProvider extends AbstractDocumentationProvider { }
|
||||
```
|
||||
|
||||
Make sure the class is registered in the <path>plugin.xml</path> between the `extensions` tags, as shown below:
|
||||
|
Loading…
x
Reference in New Issue
Block a user