Menu

JavaDoc Method Access

2014-04-25
2014-05-25
  • Courtney Falk

    Courtney Falk - 2014-04-25

    I've had a difficult time finding certain methods in the JavaDoc. For instance, Opt4JModule.bindConstant is missing. I believe that JavaDoc is only generated for publicly accessible methods even though private, protected, and default methods are properly annotated. My guess is that this is a setting when JavaDoc is run.

     
  • Martin Lukasiewycz

    Hi Courtney,
    You're right, I will change that.

    You can of course also use the Guice-way: bindConstant().annotatedWith(...)...

    Best Regards,
    Martin

     

    Last edit: Martin Lukasiewycz 2014-05-25

Log in to post a comment.