@Path(value="notify")
public class NotificationResource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private NotificationService |
notificationService |
Constructor and Description |
---|
NotificationResource() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
sendNotifications() |
@Inject private NotificationService notificationService