org.apache.camel.builder.script
Annotation Type Ruby


@Retention(value=RUNTIME)
@Documented
@Target(value={FIELD,METHOD,PARAMETER})
@LanguageAnnotation(language="jruby")
public @interface Ruby

An annotation for injection of Ruby expressions into method parameters, fields or properties

Version:
$Revision: 725893 $

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2007-2009 The Apache Software Foundation. All Rights Reserved.