Hello all,

could someone please point me to where the @Property annotation from this
example is defined? I cannot make groovy-eclipse compile it without telling
him.

class GroovyExchangeProcessor implements ExchangeProcessor {

    @Property ScriptExchangeHelper exchangeHelper;

        def void start() {
            println "Starting";
        }

...

Source: http://servicemix.apache.org/servicemix-script.html

Thanks,
Albert
-- 
View this message in context: 
http://www.nabble.com/servicemix-script-example---%40Property-annotation-tp17322067p17322067.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to