Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] Pointcut overloading

Hi.

Is there a special reason for why pointcut overloading such as...

pointcut init(): ...;
pointcut init(Object initializedObject): ...;

... is not supported? I think it would feel quite natural to have this.

Eric



Back to the top