Annotating getters

Hi,

I need to annotate some getters. For example

@com.fasterxml.jackson.annotation.JsonIgnore
public java.util.Set getAssemblies() {
return assemblies;
}
I have to set it manually at the moment. Is there normal way to do it ?

Thanks in advanced