Skip to content

Instantly share code, notes, and snippets.

@jhaber
Created June 24, 2020 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhaber/6da66aa5486663425c32f8a7c4e7f2e9 to your computer and use it in GitHub Desktop.
Save jhaber/6da66aa5486663425c32f8a7c4e7f2e9 to your computer and use it in GitHub Desktop.
➜ ~ javac --release 11 com/hubspot/SomeClass.java
➜ ~ javap com/hubspot/SomeClass
Compiled from "SomeClass.java"
public class com.hubspot.SomeClass implements java.io.Serializable {
public static com.hubspot.SomeClass$Builder builder();
public long getId();
public java.lang.String getName();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment