diff options
Diffstat (limited to 'lib/public/notification/inotification.php')
-rw-r--r-- | lib/public/notification/inotification.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/public/notification/inotification.php b/lib/public/notification/inotification.php index 48204f733c1..51d4a804647 100644 --- a/lib/public/notification/inotification.php +++ b/lib/public/notification/inotification.php @@ -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 { /** |