以下代码来自xtend的官方网站。
@TypeAnnotation("some value")
class MyClass {
@FieldAnnotation(children = #[ @MyAnno(true), @MyAnno(false) ])
String myField5.
@MethodAnnotation(children = #[ @MyAnno(true), @MyAnno ])
def String myMethod(@ParameterAnnotation String param) {
//...
}
}
但是“@MethodAnnotation(children =#[@ MyNnno(true),@ MyNnno])”行不起作用。 Eclipse报告:
在输入'没有可行的选择']' mismatche输入'@'期待']'