/plugin-module-codegen-maven-client/src/main/java/com/atlassian/maven/plugins/amps/codegen/annotations/ModuleCreatorClass.java
https://bitbucket.org/mmeinhold/amps · Java · 15 lines · 10 code · 2 blank · 3 comment · 0 complexity · d7f77a22ef67cd0e240e079776bebdb7 MD5 · raw file
- package com.atlassian.maven.plugins.amps.codegen.annotations;
- import java.lang.annotation.*;
- /**
- * @since 3.6
- */
- @Documented
- @Target(ElementType.TYPE)
- @Retention(RetentionPolicy.RUNTIME)
- @Inherited
- public @interface ModuleCreatorClass
- {
- public Class value();
- }