moosetechnology / FAST-JAVA

Represent the Java AST with Famix
https://modularmoose.org/moose-wiki/Developers/Parsers/FAST-Java.html
MIT License
1 stars 4 forks source link

FASTJava importer: Annotation argument can be an annotation #195

Closed NicolasAnquetil closed 1 year ago

NicolasAnquetil commented 1 year ago
@AnAnnotation(argument = {@FaultAction(arg1=12, arg2 = "string") })
void meth() { ... }