Skip to content

Instantly share code, notes, and snippets.

@tnishada
Last active April 24, 2020 10:28
Show Gist options
  • Save tnishada/00f470bd17cec138a3ec22d56f392b8c to your computer and use it in GitHub Desktop.
Save tnishada/00f470bd17cec138a3ec22d56f392b8c to your computer and use it in GitHub Desktop.
public class ByteBuddyExampleMain {
public static void main(String[] args) throws Exception {
String returnVal = (new Robot()).greetUser("John");
System.out.println("return value: " + returnVal);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment