Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] pointcut for a generic class <T>

What is possible with AspectJ and generics is covered here:
http://www.eclipse.org/aspectj/doc/released/adk15notebook/generics-inAspectJ5.html

If that doesn't help you, please provide a sample little program that
demonstrates what you need.

cheers
Andy

2011/12/13 ömer köksal <omerkoksal@xxxxxxxxxxx>:
> is it possible to write a pointcut for a generic class <T> or for a method
> of it ?
> also is it possible to write advices for the above pointcut ?
>
>
> regards,
> omer koksal
>
>
>
>
> _______________________________________________
> aspectj-dev mailing list
> aspectj-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-dev
>


Back to the top