@Inherited @Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface OnLostFocus
OnFocus
method.
This annotation only has meaning on methods declared in or inherited by @WorkbenchScreen
or
@WorkbenchEditor
classes.
The target method must take no arguments and return void.
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.