Class GivenNameFromQualifier


  • @Service
    @Named("non-default-name")
    public class GivenNameFromQualifier
    extends java.lang.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
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GivenNameFromQualifier

        public GivenNameFromQualifier()