Magento 2のいくつかのクラスのコメントには、多くの「#@ +」と「#@-」の文字列があります。
\Magento\Customer\Api\Data\AttributeMetadataInterface
interface AttributeMetadataInterface extends \Magento\Framework\Api\MetadataObjectInterface
{
    /**#@+
     * Constants used as keys of data array
     */
    const ATTRIBUTE_CODE = 'attribute_code';
    ...
    const IS_SEARCHABLE_IN_GRID = 'is_searchable_in_grid';
    /**#@-*/
    ...
}これらのマーカーの目的は何ですか?