Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save weikangchia/0a4ebea36b72228d25ec133a789683d0 to your computer and use it in GitHub Desktop.
Save weikangchia/0a4ebea36b72228d25ec133a789683d0 to your computer and use it in GitHub Desktop.
import java.lang.annotation.*;
@Documented
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface JavaSparkContextField {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment