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 {}
@jaysara
Copy link

jaysara commented Jan 27, 2024

do u have a sample program that uses this annotation. I wanted to see. it.

@weikangchia
Copy link
Author

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