Procházet zdrojové kódy

Mark (bold font) that a plugin class is optional

tags/release-3.3.1
Decebal Suiu před 4 roky
rodič
revize
ba53ffb65f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      README.md

+ 1
- 1
README.md Zobrazit soubor

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

Načítá se…
Zrušit
Uložit