/plugin-module-codegen-maven-client/src/main/java/com/atlassian/maven/plugins/amps/codegen/annotations/asm/package-info.java

https://bitbucket.org/mmeinhold/amps · Java · 10 lines · 1 code · 0 blank · 9 comment · 0 complexity · 5c5280a66c8081de5961dfe86a7697ea MD5 · raw file

  1. /**
  2. * Provides ASM parsers that are used to create lists of values to choose from in the client based on classes found in
  3. * the host product.
  4. *
  5. * These are things like a list of available JIRA Condition classes, or CustomField types.
  6. *
  7. * @since 3.6
  8. *
  9. */
  10. package com.atlassian.maven.plugins.amps.codegen.annotations.asm;