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

- Ensure that that AnnotationsUtils.getAnnotation(IModelElement modelElement,...

- Ensure that that AnnotationsUtils.getAnnotation(IModelElement modelElement, Class<T> clazz)  actually wraps the extraction / creation of an annotation into a command
- DAGExtractionWithoutDeployment: use this variant
refs 2199,1841
parent 77c4524c
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ public class AnnotationUtils {
*/
public static <T extends IAnnotatedSpecification> T getAnnotation(IModelElement modelElement,
Class<T> clazz) {
return getAnnotation(modelElement, clazz, false);
return getAnnotation(modelElement, clazz, true);
}
/**
......
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