Java inherited annotations  
Author Message
Michael.Milonov@gmail.com





PostPosted: 2007-6-10 0:18:00 Top

java-programmer, Java inherited annotations Hello all!

Some times ago the problem was raised... I and my collegs started to
use Java annotations and noticed that our annotations those was made
for java interfaces and their methods didn't accessible in inherited
classes and interfaces... I tried to use the metatag @Inherited but IMHO
it doesn't work correctly. Anyway we have made our own realization of
inherited Java annotations and shared it. So u can use it if you want.
It is free and open source. Can be downloaded from here:
http://www.fusionsoft-online.com/annotation.php

Best Regards,
Michael Milonov

 
Michael.Milonov@gmail.com





PostPosted: 2007-6-10 0:26:00 Top

java-programmer >> Java inherited annotations Hello all!

Some times ago the problem was raised... I and my colleague started
to
use Java annotations and noticed that our annotations those was made
for java interfaces and their methods didn't accessible in inherited
classes and interfaces... I tried to use the metatag @Inherited but
IMHO
it doesn't work correctly. Anyway we have made our own realization of
inherited Java annotations and shared it. So u can use it if you
want.
It is free and open source. Can be downloaded from here:
http://www.fusionsoft-online.com/annotation.php


Best Regards,
Michael Milonov