Annotation Type Production


  • @Documented
    @Retention(RUNTIME)
    @Qualifier
    @Beta
    public @interface Production
    Qualifies a type that will be provided to the framework for use internally.

    The only type that may be so qualified is Executor. In this case, the resulting executor is used to schedule producer methods in a ProductionComponent or ProductionSubcomponent.