@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ApptimizeExplicitlyEnabled
ApptimizeOptions.setExplicitEnablingRequired(boolean)
is set to true, in
which case visual variants and metrics will only be allowed for an Activity
if it has this
annotation. Note that visual variants and metrics will be allowed on any Fragment
or popup
embedded in the annotated Activity
.