@Inherited @Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface OnFocus
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–2021 JBoss by Red Hat. All rights reserved.