UNPKG

485 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.Comment = void 0;
4const attribute_service_1 = require("../attribute-service");
5/**
6 * Sets the specified comment value for the annotated field
7 */
8function Comment(value) {
9 return (target, propertyName) => {
10 (0, attribute_service_1.addAttributeOptions)(target, propertyName, {
11 comment: value,
12 });
13 };
14}
15exports.Comment = Comment;
16//# sourceMappingURL=comment.js.map
\No newline at end of file