Talk:Plain old Java object
Appearance
![]() | Java Start‑class Low‑importance | |||||||||
|
![]() Archives (Index) |
This page is archived by ClueBot III.
|
Definition
The Definition section outlines 3 things a POJO should not do:
- Extend prespecified classes.
- Implement prespecified interfaces.
- Contain prespecified annotations.
What is the source for these requirements? Also, in what sense is "prespecified" being used? What makes an annotation prespecified as such - does it mean a requirement imposed by an external framework?