@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–2017 University Health Network. All rights reserved.