7 lines
91 B
JavaScript
7 lines
91 B
JavaScript
@annotation
|
|
class MyClass { }
|
|
|
|
function annotation(target) {
|
|
target.annotated = true;
|
|
}
|