Hello, I'm reporting a bug in java-mode indentation. When class or method anotations are present emacs incorrecly idents them: @Foo class Mumble { @Atomic void foo() { } } When it should be: @Foo class Mumble { @Atomic void foo() { } } Thank You, Diogo Sousa