Class AnnotationDescriptor

java.lang.Object
com.sap.cds.services.impl.handlerregistry.AnnotationDescriptor

public class AnnotationDescriptor extends Object
  • Constructor Details

    • AnnotationDescriptor

      public AnnotationDescriptor(Before before)
    • AnnotationDescriptor

      public AnnotationDescriptor(On on)
    • AnnotationDescriptor

      public AnnotationDescriptor(After after)
  • Method Details

    • getPhase

      public Phase getPhase()
    • getEvents

      public String[] getEvents()
    • getEntities

      public String[] getEntities()
    • getServiceNames

      public String[] getServiceNames()
    • getServiceTypes

      public Class<?>[] getServiceTypes()