JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Framework
org.springframework.context.annotation
Description
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Required Element Summary
Element Details
value
Annotation Interface Description
@Target
({
TYPE
,
METHOD
})
@Retention
(
RUNTIME
)
@Documented
public @interface
Description
Adds a textual description to bean definitions derived from
Component
or
Bean
.
Since:
4.0
Author:
Juergen Hoeller
See Also:
BeanDefinition.getDescription()
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
The textual description to associate with the bean definition.
Element Details
value
String
value
The textual description to associate with the bean definition.