Updated APIv5 (markdown)

Risto Lahtela 2019-03-18 16:29:56 +02:00
parent 00ab54a99f
commit 779bd880f7
1 changed files with 1 additions and 1 deletions

@ -249,7 +249,7 @@ public class YourExtension implements DataExtension {
### `@Conditional`
**Specialilty:** Control execution of another method. If the provided `boolean` is `false` the method with `@Conditional` annotation is not called.
**Specialilty:** Control execution of another methods. If the provided `boolean` is `false` the method with `@Conditional` annotation is not called.
Example usage:
```