@license
Syntax
@license <license_label>
Overview
This tag can be used to display the license under which a particular API or implementation is made available.
Example(s)
/**
* @license MIT
*/
class FossMachine {
}
@license <license_label>
This tag can be used to display the license under which a particular API or implementation is made available.
/**
* @license MIT
*/
class FossMachine {
}