Skip to content

Instantly share code, notes, and snippets.

@weikangchia
Last active January 29, 2024 05:07
Show Gist options
  • Save weikangchia/d4aff4d5481ea67280743957d24d2e17 to your computer and use it in GitHub Desktop.
Save weikangchia/d4aff4d5481ea67280743957d24d2e17 to your computer and use it in GitHub Desktop.
import java.lang.annotation.*;
@Documented
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface SparkSessionField {}
@weikangchia
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment