0

Currently I am working with HL7 for Healthcare Interoperability with Apache Camel 2.13.2 & Apache Hapi. While I trying to write new Meta Data Annotation @Terser and customized processor, suddenly eclipse auto suggestion break my concentration. I found there @org.apache.camel.component.hl7.Terser annotation already exist. Since that time I am trying but unable to use it as no example found by Camel Docs as well as Googling. If any body have an implementation of such type of code would you like to kind enough to help me.

Śhāhēēd
  • 1,812
  • 6
  • 23
  • 44

1 Answers1

1

I don't think that class is an annotation, despite what Eclipse is trying to tell you. The Terser class is described in http://camel.apache.org/hl7.html

matt helliwell
  • 2,574
  • 16
  • 24