Hi, thanks for you answer.
I want "remove" annotation or override with dummy annotation for gwt compilation !
I have a Object with @myannotation in shared folder for server and client ( need to known on both sides ...)
like:
import myprocessor.annotation
@MyAnnotation
class TestPerson {
blaa....
}
for GWT compilation need this "import" and @MyAnnotation to "ignore" or override with dummy annotation !
I think solution is define dummy @MyAnnotation for gwt process ?
I hope now is more clearly !
Thanks, Marian