org.apache.camel.converter
Annotation Type HasAnnotation
@Retention(value=RUNTIME)
@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:
- $Revision: 630591 $
value
public abstract Class value
Copyright © 2009 Apache Software Foundation. All Rights Reserved.