2018-01-30 12:38:58 -05:00

7 lines
91 B
JavaScript

@annotation
class MyClass { }
function annotation(target) {
target.annotated = true;
}