Package eu.miltema.uiannot
Annotation Type Button
-
@Retention(RUNTIME) @Target(METHOD) public @interface ButtonThis method is displayed as a button. Button click is handled by this very same method
@Retention(RUNTIME)
@Target(METHOD)
public @interface Button