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