Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Create a NormalAnnotation

I just have some basic knowledge of AST. I can use AST to get information about Class, Method as well as Annotation. I need help about how to create NormalAnnotation and SingleMemberAnnotation and write back to Java source code. I appreciate it if you could provide a code snippet or some tutorial URL.


Jim

Back to the top