--- Michael Labhard <[EMAIL PROTECTED]> wrote: > Can XDoclet attributes be applied to an interface? > Suppose I want to create a > message-driven bean. But I give it an interface > that is implemented by the > bean instead of just creating a bean class alone. > Can I apply the XDoclet > attributes to the interface and not to the > implementation or must I apply the > attributes to the implementation and not the > interface? That is, can I > attributes on an interface and expect them to apply > to all implementations of > that interface? Seems like a nice feature if it > works.
basically you can. but it of course depends on xdoclet task whether it would accept interfaces. regards, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Zu Verst�rkung meines Teams suche ich ab Sofort einen Softwareentwickler[In] f�r die Festanstellung. Arbeitsort: Mainz Skills: Programieren, Kentnisse in OpenSource-Bereich ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
