Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Is it possible to declare new constructors with @DeclareParens/@DeclareMixins?

In traditional syntax, it is possible to declare members (fields, methods, and constructors) via inter-type declarations.

With @DeclareParents/@DeclareMixins it is easy to emulate fields (with getter and setter methods).

Is it also possible to declare new constructors for a type?

Thanks

Back to the top