ソースを参照

Mark (bold font) that a plugin class is optional

tags/release-3.3.1
Decebal Suiu 4年前
コミット
ba53ffb65f
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      README.md

+ 1
- 1
README.md ファイルの表示

@@ -70,7 +70,7 @@ public class WelcomeGreeting implements Greeting {
}
```

Create (it's optional) a `Plugin` class if you are interested for plugin's lifecycle events (start, stop, ...):
Create (it's __optional__) a `Plugin` class if you are interested for plugin's lifecycle events (start, stop, ...):

```java
public class WelcomePlugin extends Plugin {

読み込み中…
キャンセル
保存