@Override
 public boolean check(SapphireActionHandler handler) {
   return !(handler.getId().contains("Sapphire.Create.Java")); // $NON-NLS-1$
 }