IMPLEMENTATION DETAIL: Marks the annotated member as exposed as a JS member.
This annotation is added automatically by the compiler to all public and
protected members of a Scala.js-defined JS class. It marks the annotated
member as being exposed as a JS member.
This member is added by an implicit conversion from ExposedJSMember to
any2stringadd[ExposedJSMember] performed by method any2stringadd in scala.Predef.
IMPLEMENTATION DETAIL: Marks the annotated member as exposed as a JS member.
This annotation is added automatically by the compiler to all public and protected members of a Scala.js-defined JS class. It marks the annotated member as being exposed as a JS member.
Do not use this annotation yourself.