2
주석에서“# @ +”및“# @-”문자열은 무엇을 의미합니까?
일부 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'; /**#@-*/ ... } 이 마커의 목적은 무엇입니까?