Question
JLink and Java Conventions
Just starting to get into JLink. Its opening up a world of possibilies. I must say that examples are good but API docs go against standard Java conventions. Methods should begin with a lower case letter right? Classes begin with upper case. This is standard camel case. The API webpage is nice but would like to see an index. This way you can search for methods.

