Bug 173864

Summary: AJDoc do not generate annotations?
Product: [Tools] AspectJ Reporter: Paulo Zenida <Paulo.Zenida>
Component: AJDocAssignee: aspectj inbox <aspectj-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: aclement
Version: 1.5.3   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

Description Paulo Zenida CLA 2007-02-12 08:55:19 EST
Hello,

I tried to use AJDoc to document my AspectJ projects and I would like
annotations to be shown in the generated documentation. The following
example is properly generated when I use Javadoc.

@Documented
@Retention(RetentionPolicy.RUNTIME)
public @interface MyAnnotation {

}

public class A {

     @MyAnnotation
     public void foo() {
     }

}

However, with AJDoc (I have used the option "Generate AJDoc" from
Eclipse), it does not include the annotation in foo(). Is this a limitation in
AJDoc? I could not find any documentation about this matter.
Comment 1 Andrew Clement CLA 2007-10-26 06:30:01 EDT
i dont remember any active work done to make this work, so it'll be an enhancement request.  we ought to get this working.
Comment 2 Andrew Clement CLA 2013-06-24 11:03:43 EDT
unsetting the target field which is currently set for something already released