Class GivenNameFromQualifier


  • @Service
    @Named("non-default-name")
    public class GivenNameFromQualifier
    extends Object
    This should have the default scope of singleton (default for services with @Service anyway). It is also given a specific name with @Named rather than a default
    Author:
    jwells
    • Constructor Detail

      • GivenNameFromQualifier

        public GivenNameFromQualifier()