First working version
This commit is contained in:
5
com.thalesgroup.nl.chat.api/bnd.bnd
Normal file
5
com.thalesgroup.nl.chat.api/bnd.bnd
Normal file
@@ -0,0 +1,5 @@
|
||||
Bundle-Version: 1.0.0
|
||||
Export-Package: com.thalesgroup.nl.chat.api
|
||||
|
||||
-buildpath: \
|
||||
osgi.annotation
|
||||
@@ -0,0 +1,5 @@
|
||||
package com.thalesgroup.nl.chat.api;
|
||||
|
||||
public interface Chat {
|
||||
void sendMessage(String author, String message);
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
@Version("1.0.0")
|
||||
package com.thalesgroup.nl.chat.api;
|
||||
|
||||
import org.osgi.annotation.versioning.Version;
|
||||
Reference in New Issue
Block a user