Polish Javadoc for ScopedProxyMode

master
Sam Brannen 11 years ago
parent 1c04dcbe17
commit 9eb58b9596
  1. 12
      spring-context/src/main/java/org/springframework/context/annotation/ScopedProxyMode.java

@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2009 the original author or authors. * Copyright 2002-2013 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -19,9 +19,9 @@ package org.springframework.context.annotation;
/** /**
* Enumerates the various scoped-proxy options. * Enumerates the various scoped-proxy options.
* *
* <p>For a fuller discussion of exactly what a scoped-proxy is, see that * <p>For a more complete discussion of exactly what a scoped proxy is, see the
* section of the Spring reference documentation entitled 'Scoped beans as * section of the Spring reference documentation entitled '<em>Scoped beans as
* dependencies'. * dependencies</em>'.
* *
* @author Mark Fisher * @author Mark Fisher
* @since 2.5 * @since 2.5
@ -51,8 +51,8 @@ public enum ScopedProxyMode {
INTERFACES, INTERFACES,
/** /**
* Create a class-based proxy (requires CGLIB). * Create a class-based proxy (uses CGLIB).
*/ */
TARGET_CLASS TARGET_CLASS;
} }

Loading…
Cancel
Save