Skip to content
Snippets Groups Projects
Commit 98da7829 authored by Simon Barner's avatar Simon Barner
Browse files

- Set KISS description and review label

refs 2566
parent 929ddb1a
No related branches found
No related tags found
No related merge requests found
......@@ -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";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment