Bug 173864 - AJDoc do not generate annotations?
Summary: AJDoc do not generate annotations?
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: AJDoc (show other bugs)
Version: 1.5.3   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-12 08:55 EST by Paulo Zenida CLA
Modified: 2013-06-24 11:03 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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