Marks the annotated method as representing bracket access in JavaScript.
Marks the annotated method as representing bracket call in JavaScript.
Specifies that the given entity should be exported for use in raw JS.
Exports all public members directly defined in a class / object.
Specifies that the annotated member should be exported as a JavaScript static member of the companion class.
Specifies that the given member should be exported to the top level of the module.
Marks the annotated class or object as being a member of the JavaScript global scope.
Marks the annotated object as representing the JavaScript global scope.
Marks the annotated class or object as imported from another JS module.
Specifies the JavaScript name of an entity.
Mark a concrete trait method as a Java default method.