Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-4488

Annotations with only a 'value' assignment could be better without the anal Java syntax.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • 1.7.5
    • None
    • syntax
    • None

    Description

      Instead of ...

      @FooBar("I wondered lonely as a cloud")
      def chortle() {
      // etc
      }

      We could have ...

      @FooBar "I wondered lonely as a cloud"
      def chortle() {
      // etc
      }

      Attachments

        Activity

          People

            blackdrag Jochen Theodorou
            paul Paul Hammant
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: