소스 검색

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 {

Loading…
취소
저장