How to remove the generated author comment when creating a new Java Class in Android Studio
When creating a new Java class, Android Studio automatically adds comments with the authors name.
The following step configures Android Studio to stop adding these comments.
- File -> Settings
- Expand Editor
- Choose File and Code Templates
- In the Includes tab, select File Header
- Delete all the text from the Window in the right and click OK

