Polishing

This commit is contained in:
Juergen Hoeller
2017-08-08 17:27:28 +02:00
parent 09f5c71374
commit adeb521ce4
8 changed files with 54 additions and 39 deletions

View File

@@ -238,6 +238,7 @@ public interface BeanDefinition extends AttributeAccessor, BeanMetadataElement {
/**
* Return whether this a <b>Prototype</b>, with an independent instance
* returned for each call.
* @since 3.0
* @see #SCOPE_PROTOTYPE
*/
boolean isPrototype();