171172173174175176177178179180181
* <Class>(attributes) */ try { construct = implementation.getConstructor(new Class[] { Map.class }); return new AttributesItemCreator(this, construct); } catch (final NoSuchMethodException ex) { // ignore and continue } /*