Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 552581
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T11:30:54+00:00 2026-05-13T11:30:54+00:00

I have a deprecated method in my class: @Deprecated public void deprecatedMethod() { //do

  • 0

I have a deprecated method in my class:

@Deprecated
public void deprecatedMethod() {
   //do bad things
}

I don’t want that method to appear in the javadoc.
I know there’s an option called -nodeprecated which:

“Prevents the generation of any
deprecated API at all in the
documentation.”

So I’m using this option and it doesn’t exclude the method from javadoc. Is it a bug in javadoc or am I using it wrong? What else can I do?

(I’m using eclipse 3.4.2 to produce javadoc)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T11:30:54+00:00Added an answer on May 13, 2026 at 11:30 am

    You have to include “-nodeprecated” option in the Export to javadoc wizard.
    Warning: it is a javadoc option, not a VM option.

    I’ve tested it in Eclipse 3.4 and it worked.

    Edit: If you only include Deprecated annotation it doesn’t work. You have to include @deprecated tag inside method javadoc as well.

    I don’t know if there’s a way to tell javadoc to use @Deprecated anotation (which curiously doesn’t have a message parameter to document why is deprecated and what else to use).

    Edit: before-1.5 way of deprecate methods

    You have to include a @deprecated tag (or indicator or whatever) with the message you want to display to the user in the javadoc after the “deprecated“.

    /**
      This method sets the property A.
      @see getA
      @author helios
      @deprecated This method is not sync safe, use setAOk instead
     */
    public void setA(String value) ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 282k
  • Answers 282k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Use the repository browser to check whether those folders really… May 13, 2026 at 4:00 pm
  • Editorial Team
    Editorial Team added an answer Here's a solution: #!/usr/bin/env perl use warnings; use strict; use… May 13, 2026 at 4:00 pm
  • Editorial Team
    Editorial Team added an answer Unfortunately try it and discuss it on the NeHe and… May 13, 2026 at 3:59 pm

Related Questions

I am working on a project in which, to resolve a versioning issue, I
I have set error reporting in my development environment to E_STRICT by adding to
I have a data model something like this: # columns include collection_item_id, collection_id, item_id,
I am pretty new to DirectShow and really just feeling my way round at
Having just read the first four chapters of Refactoring: Improving the Design of Existing

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.