Content deleted Content added
No edit summary |
m →JavaBeans: POJO singular |
||
Line 29:
===JavaBeans===
A [[JavaBean]] is a
The JavaBeans specification, if fully implemented, slightly breaks the POJO model as the class must implement the [[Serialization#Java|Serializable]] interface to be a true JavaBean. Many POJO classes still called JavaBeans do not meet this requirement. Since [[Serialization|Serializable]] is a marker (method-less) interface, this is not much of a burden.
|