Annotation Type UIEffect
-
@Documented @Retention(RUNTIME) @Target({METHOD,CONSTRUCTOR,FIELD}) public @interface UIEffectAnnotation for the concrete UI effect on methods, or on field accesses.- See the Checker Framework Manual:
- GUI Effect Checker
@Documented
@Retention(RUNTIME)
@Target({METHOD,CONSTRUCTOR,FIELD})
public @interface UIEffect