Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Sequenced Generic Aspects

Hi,

Is there anyway of doing sequenced generic aspects?

Example:

public aspect GenAspConcrete extends GenAsp<GenAsp T>>

The wanted behaviour is to make two implementations of the abstract but with the order defined from the inside the the outside.

Is this possible?

Basicly i'm looking for something similar to C++ templates.

Thx,

Nuno


Back to the top