|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||