Package com.kingsrook.qqq.backend.core.model.metadata.producers.annotations


package com.kingsrook.qqq.backend.core.model.metadata.producers.annotations
  • Annotation Interfaces
    Class
    Description
    value that goes inside a QMetadataProducingEntity annotation, to control the generation of a QJoinMetaData
     
    value that goes inside a QMetadataProducingEntity annotation, to control the generation of a QWidgetMetaData - for a ChildRecordList widget.
    value that goes inside a QMetadataProducingEntity annotation, to define child-tables, e.g., for producing joins and childRecordList widgets
    annotation to go on a QRecordEntity class, which you would like to be processed by MetaDataProducerHelper, to automatically produce some meta-data objects.
    annotation to go on a PossibleValueEnum class, which you would like to be processed by MetaDataProducerHelper, to automatically produce possible-value- source meta-data based on the enum.