Package org.springframework.beans.factory.parsing

Examples of org.springframework.beans.factory.parsing.Location


      super(String.format("A circular @Import has been detected: " +
                   "Illegal attempt by @Configuration class '%s' to import class '%s' as '%s' is " +
                   "already present in the current import stack [%s]",
                   importStack.peek().getSimpleName(), attemptedImport.getSimpleName(),
                   attemptedImport.getSimpleName(), importStack),
            new Location(importStack.peek().getResource(), metadata)
      );
    }
View Full Code Here

TOP

Related Classes of org.springframework.beans.factory.parsing.Location

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.