Class BeanNameGenerator

  • All Implemented Interfaces:
    BeanNameGenerator

    public class BeanNameGenerator
    extends Object
    implements BeanNameGenerator
    Our \@Service etc. annotations in classes end up generating names with "Impl" on the end, unless we explicitly provide a name. To avoid us having to do that explicit declaration, I wrote this.
    Author:
    paul