Skip to content
Snippets Groups Projects

Release 0.12.1

Merged Timm Fitschen requested to merge release-0.12.1 into main
1 file
+ 8
2
Compare changes
  • Side-by-side
  • Inline
@@ -24,8 +24,14 @@
*/
package org.caosdb.server.entity;
// TODO document the use of this class; it seems to exist of only constructors
/**
* Entity which is to be retrieved (i.e. read-only).
*
* <p>This class only exposes those constructors which are necessary for Entity which are to be
* retrieved (e.g. Entity(id)) and hide the others (e.g. Entity(XML-Represenation)).
*
* @author Timm Fitschen <t.fitschen@indiscale.com>
*/
public class RetrieveEntity extends Entity {
public RetrieveEntity() {
Loading