APIv4 - Add `@since` annotation to each entity
[civicrm-core.git] / Civi / Api4 / Email.php
index 92cdf955fd882a681a732267f392fa20c04f0aa5..cb60f7b5ea8965f90796029e3f783b6b66c2b242 100644 (file)
@@ -14,8 +14,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
  */
 
 
@@ -28,6 +26,8 @@ namespace Civi\Api4;
  *
  * Creating a new email address requires at minimum a contact's ID and email
  *
+ * @searchable secondary
+ * @since 5.19
  * @package Civi\Api4
  */
 class Email extends Generic\DAOEntity {