return getInstance();
try { if (instance == null) { instance = new VersionedConstructorInterceptor(); } return instance; } catch (Exception ex) { throw new NestedRuntimeException(ex); }
return getClass().getName();