Browse Source

Mark (bold font) that a plugin class is optional

pull/376/head
Decebal Suiu 5 years ago
parent
commit
ba53ffb65f
  1. 2
      README.md

2
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…
Cancel
Save