@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
@Documented
public @interface Description
BeanDefinition.getDescription()
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The textual description to associate with the bean definition.
|