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


Deprecated. will be removed in Camel 2.0

@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD,PARAMETER})
@Deprecated
public @interface BeanShell

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

Version:
$Revision: 700514 $

Required Element Summary
 String value
          Deprecated.  
 

Element Detail

value

public abstract String value
Deprecated. 


Copyright © 2009 Apache Software Foundation. All Rights Reserved.