Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Adding Annotations per Intertype Declaration

http://www.eclipse.org/aspectj/doc/released/adk15notebook/annotations-declare.html

declare @field : * DAO+.* : @Persisted;

    All fields defined in DAO or its subtypes have the @Persisted annotation.

Thanks
Bhaskar

2008/7/8 Tobias Demuth <tobias_demuth@xxxxxx>:
> Hi,
>
> is there any way to add an annotation to a field using intertype declaration?
>
> kind regards
> Tobias Demuth
> _________________________________________________________________________
> In 5 Schritten zur eigenen Homepage. Jetzt Domain sichern und gestalten!
> Nur 3,99 EUR/Monat! http://www.maildomain.web.de/?mc=021114
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top