- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {Dictionary d =
new Hashtable()
Bundle bundle;bundle.getHeaders()
new Properties()
- Smart code suggestions by Codota
}
public void invalidatePackageCache(@Observes final InvalidateDMOPackageCacheEvent event) { PortablePreconditions.checkNotNull("event", event); final Path resourcePath = event.getResourcePath(); final Package pkg = moduleService.resolvePackage(resourcePath); //If resource was not within a Package there's nothing to invalidate if (pkg != null) { invalidateCache(pkg); } }