While the runtime behaviour is to ignore unknown classes, methods, and fields in AWs, we would like to be able to provide some extra validation at compile time.
The most basic validation is verifying syntax.
We could additionally validate every AW entry against the runtime classpath.
This should be optional -- allow the checks to be disabled entirely or downgraded to warnings.