@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public static @interface ProductionComponent.Builder
This follows all the rules of Component.Builder
, except it must appear in classes
annotated with ProductionComponent
instead of Component
.