Annotation on constructor for user defined constructor

Issue #271 resolved
Alfred Åkesson created an issue

The following thing do not work:

aspect Test {
     @Silly
     public A.A(int i){
         super();
     }
}

Comments (1)

  1. Log in to comment