Package com.sap.cds.services.handler.annotations


package com.sap.cds.services.handler.annotations
  • Annotation Interfaces
    Class
    Description
    Annotation to register a handler for the AFTER phase of an event on a specific service and entity.
    Annotation to register a handler for the BEFORE phase of an event on a specific service and entity.
    Annotation to define the order of event handler methods within an event phase
    Annotation to register a handler for the ON phase of an event on a specific service and entity.
    Annotation to be used on class level to specify the default Service, which should be used when registering annotation-based handlers.