/plugin-module-codegen-engine/src/main/java/com/atlassian/plugins/codegen/modules/package-info.java

https://bitbucket.org/mmeinhold/amps · Java · 13 lines · 1 code · 0 blank · 12 comment · 0 complexity · bc2c08e5697f01b90dbc47bae3ecf6e3 MD5 · raw file

  1. /**
  2. * This package (and it's sub-packages) contain the concrete implementations of the ModuleCreators and their respective
  3. * Properties classes.
  4. *
  5. * To generate a plugin module, a ModuleCreator is responsible for accepting a Properties object and using those values
  6. * to fill in the Velocity context and generate code based on Velocity templates.
  7. *
  8. * This package also contains factories that can be used to look up module creators based on name or product id.
  9. *
  10. * @since 3.6
  11. *
  12. */
  13. package com.atlassian.plugins.codegen.modules;