Home
Examples
Tutorials
Errata
/shared/SetByAttribute.java
/shared/SetByAttribute.java
package shared; import java.lang.annotation.*; @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.METHOD}) public @interface SetByAttribute { AttributeType type(); }
Contact the author