有没有办法像这样传递注释参数:
@MyAnnotation(4)
代替
@MyAnnotation( value = 4)
java annotations
annotations ×1
java ×1