Skip to content

Instantly share code, notes, and snippets.

View killjoy1221's full-sized avatar

Matthew Messinger killjoy1221

  • NetApp
  • RTP, NC
View GitHub Profile
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.Base64;
import java.util.concurrent.CopyOnWriteArrayList;
public class HelloWorld