Created
June 24, 2020 13:41
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~ javac --release 8 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(); | |
com.hubspot.SomeClass(long, java.lang.String, com.hubspot.SomeClass$1); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment