/** * The model package contains requery model definitions. * All of those classes are abstract, since the requery framework generates concrete implementations * during compilation. Those files can later be found in *
build/generated/sources/annotationProcessor/java/main/...
. * * The structure of the model classes closely mimics the structure of their entity pendants * declared in the
entity
module. * * @see requery wiki on model definitions */ package org.mercury_im.messenger.data.model;