packagecom.p4square.grow.provider;importcom.p4square.grow.backend.NotificationService;/** * Indicates that the class can provide a NotificationService instance. */publicinterfaceProvidesNotificationService{NotificationServicegetNotificationService();}