Talk:Plain old Java object/Archives/2015: Difference between revisions

Content deleted Content added
ClueBot III (talk | contribs)
Archiving 1 discussion from Talk:Plain old Java object. (BOT)
 
 
(One intermediate revision by one other user not shown)
Line 11:
 
[[User:Pupitetris|Pupitetris]] ([[User talk:Pupitetris|talk]]) 19:51, 15 July 2015 (UTC)
== 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?
 
[[User:Jonhanson|jon]] ([[User talk:Jonhanson|talk]]) 20:57, 20 December 2015 (UTC)