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

Make ASTTransformationCustomizer handle annotation parameters

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.8.1
    • None
    • None

    Description

      The ASTTransformationCustomizer released in Groovy 1.8.0 does not allow specifying annotation values. For example, you could handle this :

      @Log
      class Dummy {}
      

      but not this :

      @Log('logger')
      class Dummy {}
      

      Attachments

        Activity

          People

            melix Cédric Champeau
            melix Cédric Champeau
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: