@Documented @Retention(value=RUNTIME) @Qualifier @Beta public @interface Production
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
.
Copyright © 2012–2017 The Dagger Authors. All rights reserved.