Annotation Type ProductionComponent.Builder


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Documented
    public static @interface ProductionComponent.Builder
    A builder for a production component.

    This follows all the rules of Component.Builder, except it must appear in classes annotated with ProductionComponent instead of Component.