Help Java projects, including your own, avoid introducing raw typesby adding -Xlint:rawtypes permanently to their javac options.rawtypes is more serious than unchecked; even if you do notcare about unchecked warnings, you should still turn on and fixrawtypes warnings.