Giter VIP home page Giter VIP logo

groovy-extensions's Introduction

This project provides the following Groovy language extensions:

1. True named method parameters (first prototype available)
Declare like this:
@org.groovyext.NamedParameters
def foo(first, second = "default value", third) {...}

Use like this:
foo(first: "one", third: "third")

2. Closures as annotation element values (already in Groovy proper)
@MyAnno(value = { println it })

Check out the tests to learn more.

groovy-extensions's People

Contributors

pniederw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

groovy-extensions's Issues

Wont build!

I checked out this code and installed gradle 2.1.0. The build results look like this:


hobes:groovy-extensions tommy$ gradle build --info
Starting Build
Settings evaluated using settings file '/Volumes/PROMISE_PEGASUS/Development/projects/OSGi/groovy-extensions/settings.gradle'.
Projects loaded. Root project using build file '/Volumes/PROMISE_PEGASUS/Development/projects/OSGi/groovy-extensions/build.gradle'.
Included projects: [root project 'groovy-extensions', project ':groovyext', project ':tests']
Evaluating root project 'groovy-extensions' using build file '/Volumes/PROMISE_PEGASUS/Development/projects/OSGi/groovy-extensions/build.gradle'.

FAILURE: Build failed with an exception.

  • Where:
    Build file '/Volumes/PROMISE_PEGASUS/Development/projects/OSGi/groovy-extensions/build.gradle' line: 22

  • What went wrong:
    A problem occurred evaluating root project 'groovy-extensions'.

    Could not find method groovy() for arguments [org.codehaus.groovy:groovy-all:2.0.0-beta-3-SNAPSHOT] on org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler_Decorated@7ad1caa2.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.

BUILD FAILED

Total time: 2.003 secs
Stopped 0 compiler daemon(s).


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.