stuarthendren / jdt.spelling

Spelling for Java names using JDT
13 stars 6 forks source link

Issue with AspectJ #47

Open paulvi opened 9 years ago

paulvi commented 9 years ago

I suggest not applying this to AspectJ .aj files

e.g. in code

privileged aspect Base_Roo_Json {

    public String Base.toJson() {
    ...

Method toJson() is to be injected into Base class