compiler.xml 761 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="CompilerConfiguration">
  4. <annotationProcessing>
  5. <profile default="true" name="Default" enabled="true" />
  6. <profile name="Maven default annotation processors profile" enabled="true">
  7. <sourceOutputDir name="target/generated-sources/annotations" />
  8. <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
  9. <outputRelativeToContentRoot value="true" />
  10. <module name="interface" />
  11. </profile>
  12. </annotationProcessing>
  13. </component>
  14. <component name="JavacSettings">
  15. <option name="ADDITIONAL_OPTIONS_OVERRIDE">
  16. <module name="interface" options="-parameters" />
  17. </option>
  18. </component>
  19. </project>