Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Process Jdk1.5 Annotations

You can use a org.eclipse.jdt.core.dom.ASTParser. See the method 
setSource(ICompilationUnit).
Then you can walk the tree to retrieve all annotations.

Note that such questions should be asked on the Eclipse newsgroups.

Olivier


Back to the top