Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] @Pointcut syntax

@Pointcut("with some real pointcut in there") for concrete pointcut

and

@Pointcut
or
@Pointcut()
for abstract pointcut

Alex

On 11/3/05, mohan.radhakrishnan@xxxxxxxxxxxxx
<mohan.radhakrishnan@xxxxxxxxxxxxx> wrote:
>
> Hi,
>           If this syntax "@Pointcut" can only be used for abstract pointcuts
> then non-abstract pointcuts cannot be annotated. How do I annotate
> non-abstract pointcuts ? I am using the latest dev. build.
>
> Thanks,
> Mohan
>
>
>
>
> This message is for the designated recipient only and may contain
> privileged, proprietary, or otherwise private information. If you have
> received it in error, please notify the sender immediately and delete the
> original. Any other use of the email by you is prohibited.
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>
>


Back to the top