浏览代码

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 {

正在加载...
取消
保存