GWT 2.7.0

com.google.gwt.util
Annotation Type PreventSpuriousRebuilds


@Target(value=PACKAGE)
@Retention(value=CLASS)
public @interface PreventSpuriousRebuilds

A dummy annotation applied to package-info.java to force it to generate a class file; this prevents javac from thinking package-info.java is always stale.


GWT 2.7.0