Package org.apache.calcite.avatica.util
Annotation Type PackageMarker
-
@Retention(SOURCE) public @interface PackageMarkerThis is a dummy annotation that forces javac to produce output for otherwise empty package-info.java.The result is maven-compiler-plugin can properly identify the scope of changed files
See more details in maven-compiler-plugin: incremental compilation broken