Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] @constructor

Hi,

I want to attach an annotation to the constructor of the Rechnung class:

    declare @constructor: Rechnung.new(..): @Logged;

I have not defined a constructor in this class and it does not work. It
this intended? When I define an empty default constructor it works as
expected.

regards
Oliver


Back to the top