Content deleted Content added
changed "if the object (actually class) <b>was</b> a POJO before any annotations were added" to "if the object (actually class) <b>were</b> a POJO before any annotations were added" because it is subjunctive mood (ref: <ref>https://en.wikipedia.org/wiki/Subjunctive_mood</ref>). |
|||
Line 18:
#Contain prespecified [[Java annotation|annotations]], as in<source lang="java">@javax.persistence.Entity public class Baz { ...</source>
However, due to technical difficulties and other reasons, many software products or frameworks described as POJO-compliant actually still require the use of prespecified annotations for features such as persistence to work properly.
The idea is that if the object (actually class)
==Contextual variations==
|