Uses of Class
org.apache.camel.tooling.util.srcgen.Annotation
Packages that use Annotation
-
Uses of Annotation in org.apache.camel.tooling.util.srcgen
Methods in org.apache.camel.tooling.util.srcgen that return AnnotationModifier and TypeMethodDescriptionField.addAnnotation(Class<? extends Annotation> clazz) JavaClass.addAnnotation(Class<?> type) JavaClass.addAnnotation(String type) Method.addAnnotation(Class<? extends Annotation> clazz) Field.getAnnotation(Class<? extends Annotation> clazz) Method.getAnnotation(Class<? extends Annotation> clazz) Property.getAnnotation(Class<? extends Annotation> clazz) Annotation.setLiteralValue(String value) Annotation.setLiteralValue(String name, String value) Annotation.setStringArrayValue(String name, String[] values) Annotation.setStringValue(String name, String value) Annotation.setType(Class<? extends Annotation> type)