2324252627282930
/** * @param annotationClass * @param annotated */ public DBAnnotation(DBClassBase annotationClass, DBAnnotatable annotated) { m_base = new DBAnnotationBase(annotationClass, annotated); ObjectDB.makePersistent(this); }