org.apache.camel.test.spring
Annotation Type LazyLoadTypeConverters


Deprecated. See CAMEL-5011 for more details.

@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Deprecated
public @interface LazyLoadTypeConverters

Indicates if the CamelContexts that are bootstrapped during the test through the use of Spring Test loaded application contexts should use lazy loading of type converters.


Optional Element Summary
 boolean value
          Deprecated. Whether the test annotated with this annotation should be run with lazy type converter loading in Camel.
 

value

public abstract boolean value
Deprecated. 
Whether the test annotated with this annotation should be run with lazy type converter loading in Camel. Defaults to false.

Default:
false


Apache Camel