Annotation Type ArtifactCreator


  • @Retention(RUNTIME)
    public @interface ArtifactCreator
    Allows to bind an artifact creator to an artifact implementation.
    Author:
    Holger Eichelberger
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends IArtifactCreator> value
      The related artifact creator (class).
    • Element Detail

      • value

        java.lang.Class<? extends IArtifactCreator> value
        The related artifact creator (class).
        Returns:
        the artifact creator class