Browse Source

Update README.md

pull/129/head
Decebal Suiu 8 years ago committed by GitHub
parent
commit
0c22cac100
  1. 2
      README.md

2
README.md

@ -134,7 +134,7 @@ You can define an extension point in your application using **ExtensionPoint** i
```java ```java
public interface Greeting extends ExtensionPoint { public interface Greeting extends ExtensionPoint {
public String getGreeting(); String getGreeting();
} }
``` ```

Loading…
Cancel
Save