By looking to debug, ClassResolver makes introspection each first time a class is requested. Could you optimize this since it eat several ms?
Thanks!
Logged In: YES user_id=75115 Originator: NO
ClassManager caches SchemaClass instances. It load Class and Xml annotations only at the first time the class is used.
Log in to post a comment.
Logged In: YES
user_id=75115
Originator: NO
ClassManager caches SchemaClass instances. It load Class and Xml annotations only at the first time the class is used.