Uploaded image for project: 'Karaf'
  1. Karaf
  2. KARAF-152

when using the @Argument annotation, if there is no name specified it would be nice to reuse the name of the field, rather than use VAL

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.1.0
    • karaf
    • None

    Description

      e.g. code like this...

      @Argument(index = 2, description = "whatnot")
      String foo;
      

      its kinda redundant having to specify the following on each argument. It should be required only if the name is different to the field name

      name = "foo", 
      

      Attachments

        Activity

          People

            gnodet Guillaume Nodet
            jstrachan James Strachan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: