Skip to content

Instantly share code, notes, and snippets.

@tsengvn
Created June 3, 2019 02:29
Show Gist options
  • Save tsengvn/cf5834929656b096745d2813f18f2ccb to your computer and use it in GitHub Desktop.
Save tsengvn/cf5834929656b096745d2813f18f2ccb to your computer and use it in GitHub Desktop.
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface TrackingSession {
@NonNull String pageType();
@NonNull String pageSection() default "";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment