is there a way to exclude a method on an exported ...
# javascript
b
is there a way to exclude a method on an exported class from being exported to JS?
1
b
Yes, you can annotate it with
@JsExport.Ignore
.