/** {@inheritDoc} */
 @Override
 protected String[] getAnyTags(PooledEventHandler annotation, Method method) {
   return annotation.anyTag();
 }