Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag Class Total number of occurrences Tag strings used by tag class
@deprecated 1 @deprecated
@todo 0 @todo
FIXME 0 FIXME
REVIEW 0 REVIEW
TODO 0 TODO

Each tag is detailed below:

@deprecated

Number of occurrences found in the code: 1

io.oasp.module.jpa.dataaccess.api.AbstractPersistenceEntity Line
will be removed in a future release. In order to give OASP users more flexibility we want to stop providing an JPA entity base class in this library. Instead we provide it with our application template (oasp4j-template-server) so you can take over control of JPA annotations. If you already started with OASP in an earlier version you can simply update `ApplicationPersistenceEntity` from our current sample on github to get rid of the dependency to this class. 15