Annotation Type ContainerProvided


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface ContainerProvided
    Marks a connector SDK interface whose instances are created and owned by the container (the Boomi runtime) and passed to the connector. Connector developers consume these; they do NOT implement them. Contrast with the connector-implemented contracts (Connector, Browser, Operation and its typed variants), which are left unannotated and are normally implemented by extending the corresponding Base* class.