Package ca.uhn.hl7v2.model
Annotation Interface DoNotCacheStructure
Message classes marked with this annotation should not have their structure cached by
the parser. In other words, this annotation is a signal to the parser that one instance
of a particular Message subclass will not have the same structure as another.
This annotation is only read if it is applied to a subclass of Message