# File lib/buildr/core/doc.rb, line 266
    def javadoc(*sources, &block)
      warn 'The javadoc method is deprecated and will be removed in a future release.'
      doc(*sources, &block)
    end