Examples
Tutorials
JAR files
Errata
Book
Site
/shared/ButtonMethod.java
/shared/ButtonMethod.java
package shared; import java.lang.annotation.*; @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.METHOD}) public @interface ButtonMethod { String buttonName() default ""; boolean isDefault() default false; }
Contact the author