Parcourir la source

Mark (bold font) that a plugin class is optional

tags/release-3.3.1
Decebal Suiu il y a 4 ans
Parent
révision
ba53ffb65f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      README.md

+ 1
- 1
README.md Voir le fichier

@@ -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 {

Chargement…
Annuler
Enregistrer