delete annotation property cache
Hi,
I'm using cq5.5 and i have changed an annotation property like so:
@Properties({
@Property(name = "ServerUrl1", value = "http://x"),
@Property(name = "ServerName1", value = "x"),
})
I have built and installed the bundle but inside the configMgr i see the previous value of this property.
If i delete competely the browser cache i continue to see the previous value.
Where is it stored this information? Is there a cq5 cache?
Thanks