Data Science for real-world value, scalable private AI, and optimal computational. All for a better world.
- United States
- https://about.me/stephen_fox
Block or Report
Block or report stephenjfox
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
CustomExtensions Public
Making my Java development experience a bit more organized and a little less painful, one abstraction at a time.
Java 1
-
1
import com.fasterxml.jackson.annotation.JsonAlias
2import com.fasterxml.jackson.annotation.JsonProperty
3import com.fasterxml.jackson.annotation.JsonRootName
4import java.util.*
5 -
1
/*2This shows that, because of block-scoping, const function references must be3invoked in-order or else things will fail silently.4const's are added the name space serially (in the order in which they appear)5and much of the body isn't declared when we first try to invoke or functions