beanName = CaseFormat.UPPER_CAMEL.to(CaseFormat.LOWER_CAMEL, clazz.getSimpleName()); if (beanName.endsWith("Impl")) beanName = Utils.substringBefore(beanName, "Impl");