Re: [AST] Is there any way to remove an AnnotationNode from an AnnotatedNode ?

2016-04-20 Thread Mario Garcia
Oh I didn't know that. Thank you Shil :) 2016-04-20 16:20 GMT+02:00 Shil Sinha : > The annotationNodes list for an AnnotatedNode is accessible and and > mutable so you should be able to remove it yourself. > > On Wed, Apr 20, 2016 at 7:56 AM, Mario Garcia

Re: [AST] Is there any way to remove an AnnotationNode from an AnnotatedNode ?

2016-04-20 Thread Shil Sinha
The annotationNodes list for an AnnotatedNode is accessible and and mutable so you should be able to remove it yourself. On Wed, Apr 20, 2016 at 7:56 AM, Mario Garcia wrote: > I don't know how to do this. Looking the g/api there is a "addAnnotation" > but there is not a

[AST] Is there any way to remove an AnnotationNode from an AnnotatedNode ?

2016-04-20 Thread Mario Garcia
I don't know how to do this. Looking the g/api there is a "addAnnotation" but there is not a "removeAnnotation" like method. Mario