I want IntelliJ IDEA to automatically generate, when creating within one project, comments in the header of each new class / interface of the following form:
/** * * @date: YYYY/MM/DD (Дата создания) * * @autor: /name/ * **/ Where and how can this be customized?