Add final keyword to implemented / overridden methods
已回答
Is there any way of changing the template for implementing / overriding methods? We use a checkstyle rule that requires methods that are not overriden themselves to be final or have javadoc. The inspections only check for fields to be final so code cleanup won't help.
请先登录再写评论。
It's not possible at the moment, there is a related request: https://youtrack.jetbrains.com/issue/IDEABKL-7054.
Thanks, I've voted for the request.