Title: Message Title
Robert Scholte commented on an issue
QDox / Bug QDOX-255
package annotations can't be obtained
I'm using this code to obtain packages annotation from a package and it always return an empty list:

{{javaField.getDeclaringClass().getPackage().getAnnotations()}}

I have a package-info.java file in the package that contain this:
{code}
@Anot
package net.jcs.jboilerdowntest;
import net.jcs.annotation.Anot;
{code}
A also tried this with the sa...


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to