diff --git a/org.fortiss.tooling.base/trunk/src/org/fortiss/tooling/base/annotation/AnnotationValueService.java b/org.fortiss.tooling.base/trunk/src/org/fortiss/tooling/base/annotation/AnnotationValueService.java index e283830b8cebf8a2d36e28ff2fc839f202cad328..6483782098914fe9460d8c0b511c01d4373a5f19 100644 --- a/org.fortiss.tooling.base/trunk/src/org/fortiss/tooling/base/annotation/AnnotationValueService.java +++ b/org.fortiss.tooling.base/trunk/src/org/fortiss/tooling/base/annotation/AnnotationValueService.java @@ -45,7 +45,7 @@ import org.fortiss.tooling.kernel.utils.EcoreUtils; * @author eder * @author $Author$ * @version $Rev$ - * @ConQAT.Rating GREEN Hash: 1322B73B650E54480CA3369FB8D51451 + * @ConQAT.Rating YELLOW Hash: 2D601716FCA5FE2A365205CC2442668C */ public class AnnotationValueService extends EObjectAwareServiceBase<IAnnotationValueProvider<IAnnotatedSpecification>> implements @@ -77,14 +77,12 @@ public class AnnotationValueService extends /** {@inheritDoc} */ @Override public String getIntrospectionDescription() { - // TODO (FH): implement - return ""; + return "The Annotation Value Service contributes model element attributes that always exist if the corresponding model element is instantiated."; } /** {@inheritDoc} */ @Override public String getIntrospectionLabel() { - // TODO (FH): check and correct, if necessary return "Annotation Value Service"; }