You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redefining logic is very suitable mehanizm to override system behavior which depends on annotations without changing the code.
217
+
218
+
It can be used to manage particular kind of annotation in settings browser.
219
+
For example shortcut annotations based on Commander are available in setting browser. Users can explore and edit all shortcuts in the system. All these settings are persistable.
220
+
165
221
## Annotation registry
166
222
The cache of class annotations is managed by default instance of ClassAnnotationRegistry. It is subscribed on system changes and it updates the cache automatically when changes affect class annotations.
167
223
@@ -200,7 +256,7 @@ For example nobody forbids to pass the value of class side variable to an annota
200
256
201
257
In such cases developers should invalidate annotation cache manually. It should add following code in required places:
0 commit comments