Annotation Type ArtifactCreator
-
@Retention(RUNTIME) public @interface ArtifactCreatorAllows 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>valueThe related artifact creator (class).
-
-
-
Element Detail
-
value
java.lang.Class<? extends IArtifactCreator> value
The related artifact creator (class).- Returns:
- the artifact creator class
-
-