Intellij generate javadoc for methods and classes
Is it possible to set up Intellij to generate javadoc for methods and classes, automatically, with @author and @since date ? I had this feature in Eclipse. I know, that files have templates and also i can manually semi-automatically add javadoc to selected method/class. But i want the generation to be automatic for every generated method/class/enum/interface/field etc. This is useful for e.g. "extract method", "override/implement", "create getter/setter" etc. This would save hundreds of manual actions. I'm using IntelliJ Idea 9.0 BETA Community Edition, #IC-90.96. TIA. It's not possible at the