ca.uhn.hl7v2.model
Annotation Type DoNotCacheStructure


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @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



Copyright © 2001-2012 University Health Network. All Rights Reserved.