org.apache.camel.converter
Annotation Type HasAnnotation


@Retention(value=RUNTIME)
@Documented
@Target(value=PARAMETER)
public @interface HasAnnotation

Used to indicate that the actual type of a parameter on a converter method must have the given annotation class to be applicable. e.g. this annotation could be used on a JAXB converter which only applies to objects with a JAXB annotation on them

Version:

Required Element Summary
 Class<?> value
           
 

Element Detail

value

public abstract Class<?> value


Apache CAMEL