Nothing is set in stone here yet

This commit is contained in:
Joas Schilling 2015-08-31 12:27:06 +02:00
parent 4e347170ac
commit 5437aeeaa2
5 changed files with 20 additions and 0 deletions

View File

@ -26,6 +26,10 @@ namespace OCP\Notification;
*
* @package OCP\Notification
* @since 8.2.0
*
* DEVELOPER NOTE:
* The notification api is experimental only in 8.2.0! Do not start using it,
* if you can not prepare an update for the next version afterwards.
*/
interface IAction {
/**

View File

@ -26,6 +26,10 @@ namespace OCP\Notification;
*
* @package OCP\Notification
* @since 8.2.0
*
* DEVELOPER NOTE:
* The notification api is experimental only in 8.2.0! Do not start using it,
* if you can not prepare an update for the next version afterwards.
*/
interface IApp {
/**

View File

@ -26,6 +26,10 @@ namespace OCP\Notification;
*
* @package OCP\Notification
* @since 8.2.0
*
* DEVELOPER NOTE:
* The notification api is experimental only in 8.2.0! Do not start using it,
* if you can not prepare an update for the next version afterwards.
*/
interface IManager extends IApp, INotifier {
/**

View File

@ -26,6 +26,10 @@ namespace OCP\Notification;
*
* @package OCP\Notification
* @since 8.2.0
*
* DEVELOPER NOTE:
* The notification api is experimental only in 8.2.0! Do not start using it,
* if you can not prepare an update for the next version afterwards.
*/
interface INotification {
/**

View File

@ -26,6 +26,10 @@ namespace OCP\Notification;
*
* @package OCP\Notification
* @since 8.2.0
*
* DEVELOPER NOTE:
* The notification api is experimental only in 8.2.0! Do not start using it,
* if you can not prepare an update for the next version afterwards.
*/
interface INotifier {
/**