Uploaded image for project: 'Maven Plugin Tools'
  1. Maven Plugin Tools
  2. MPLUGIN-396

Allow only @Deprecated annotation without @deprecated javadoc tag

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.7.0
    • None
    • None

    Description

      Currently to effective deprecate Mojo parameters we must define both @Deprecated annotation and @deprecated javadoc tag.

      Definition must be:

          /**
           * A parameter description
           *
           * @deprecated
           */
          @Deprecated
          @Parameter
          private String param;
      

      should be allowed as:

          @Deprecated
          @Parameter
          private String param;
      

      Attachments

        Issue Links

          Activity

            People

              sjaranowski Slawomir Jaranowski
              sjaranowski Slawomir Jaranowski
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: