From 6fe7e56598e7ad8fad52d7bec6c2f07d2483e3e5 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Mon, 23 Jan 2017 13:39:11 +0100 Subject: [PATCH] Document further configuration class restrictions Issue: SPR-14602 --- .../context/annotation/Configuration.java | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/spring-context/src/main/java/org/springframework/context/annotation/Configuration.java b/spring-context/src/main/java/org/springframework/context/annotation/Configuration.java index 9cb02b7dd7..5e96e5fa1a 100644 --- a/spring-context/src/main/java/org/springframework/context/annotation/Configuration.java +++ b/spring-context/src/main/java/org/springframework/context/annotation/Configuration.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2016 the original author or authors. + * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -357,9 +357,14 @@ import org.springframework.stereotype.Component; *

Constraints when authoring {@code @Configuration} classes

* * * * @author Rod Johnson -- GitLab