Description
When I wanted to use hivemind.lib.PlaceholderFactory to create a core implementation for my interface which contains method returns long, I got the error messge: wrong return type ...
After study the source code, I found this is because ClassFabUtils.addNoOpMethod(...), it should return 0L for methods like this, instead of 0.
The attached source file works for me.