109 | | * If there are important actions that must be executed when the resource is created and cached they must be put in the initialized method. |
110 | | * All the meta information providing fields in a resource must be annotated with the @ResourceMeta annotation. |
111 | | * Two Resources are equal if their entity id and location are the same. |
112 | | * The entity id and the location of a Resource are held in the ResourceSpace of the Resource. |
113 | | * All the ProObjects, which state is important for the state and the reconstruction of a Resource must be annotated with the annotation @Own |
| 109 | * If there are important actions that must be executed when the resource is created and cached they must be put in the initialized method. |
| 110 | * All the meta information providing fields in a resource must be annotated with the @ResourceMeta annotation. |
| 111 | * Two Resources are equal if their entity id and location are the same. |
| 112 | * The entity id and the location of a Resource are held in the ResourceSpace of the Resource. |
| 113 | * All the ProObjects, which state is important for the state and the reconstruction of a Resource must be annotated with the annotation @Own |