An annotation used to specify some class-related information
for the automatically generated
BeanInfo
classes.
This annotation is not used if the annotated class
has a corresponding user-defined BeanInfo
class,
which does not imply the automatic analysis.- Since:
- 9
- See Also:
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionTheshort description
for thebean descriptor
of the annotated class.
-
Element Details
-
description
String descriptionTheshort description
for thebean descriptor
of the annotated class.- Returns:
- the bean description, or an empty string if the description is not set.
- Default:
""
-
defaultProperty
String defaultPropertyThe name of the default property is used to calculate itsindex
in thearray
of properties defined in the annotated class. If the name is not set or the annotated class does not define a property with the specified name, the default property index will be calculated automatically by theIntrospector
depending on its state.- Returns:
- the name of the default property, or an empty string if the name is not set.
- Default:
""
-
defaultEventSet
String defaultEventSetThe name of the default event set is used to calculate itsindex
in thearray
of event sets defined in the annotated class. If the name is not set or the annotated class does not define an event set with the specified name, the default event set index will be calculated automatically by theIntrospector
depending on its state.- Returns:
- the name of the default event set, or an empty string if the name is not set.
- Default:
""
-