A Java bean declaration.
This is a class with public default constructor and public getter and setter methods.
Attributes | ||
mandatory
String
|
Name |
The bean name. |
mandatory
enums.Scope |
LifeScope |
The life scope of the bean. Defines when the bean should be instantiated and destroyed. |
mandatory
String
|
Class |
The bean class. Should have a public default constructor if you expect the presentation layer to instantiate it. |